Linux find hidden files in path
If you want to find any hidden files (Files with a dot first), you can use this command:
1 |
find ./ -name '.*' |
You can change ./ to be /var/www to find any hidden files in /var/www
Kenneth Qvistgaard Dalbjerg, IT Konsulent i århus
If you want to find any hidden files (Files with a dot first), you can use this command:
1 |
find ./ -name '.*' |
You can change ./ to be /var/www to find any hidden files in /var/www
get-user -filter {Title -eq “InterneServices”} | select name
Sidste kommentar