Archive

Archive for August, 2011

one line – how many files in the folder

August 16th, 2011 No comments

find . -maxdepth 1 -type f | wc -l

Categories: one line Tags:
Sharing Buttons by Linksku