Tagged: files

0

Linux find hidden files in path

If you want to find any hidden files (Files with a dot first), you can use this command:

You can change ./ to be /var/www to find any hidden files in /var/www

0

Get number of files in current directory in linux

You can use this command to get the list of the number of file in current directory