Friday, October 23, 2015

Linux : View number of files in a directory


Linux : View number of files in a directory

ls -1 | wc -l

No comments:

Post a Comment