Mostly work related stuff which I would've entered into my
"Log book". Instead of hosting it on an intranet site,
outsourcing the hosting to blogger!
Monday, December 12, 2011
counting number of files in folder
While doing server migration, needed a method for counting number of files in folder from the Linux command-line. Found this post, where in the comments this method was listed: ls -lR | grep ^- | wc -l
No comments:
Post a Comment