Archive

Archive for the ‘one line’ Category

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