*blog... kind of... *rss
Get the amount of files in a folder with Ubuntu
0 commentsIt's a shame that doing a right click > properties in a folder doesn't tell you this (as Windows does) but well... Open the terminal, go to the folder you want to check a type this:
Will output this:
655 files
6 links
213 directories
Found it here.
for t in files links directories; do echo `find . -type ${t:0:1} | wc -l` $t; done 2> /dev/nullWill output this:
655 files
6 links
213 directories
Found it here.
*profile

traditional id: Ricardo Cabello Miguel
based in: London, UK
more: github, twitter, twitpic, soundcloud and flattr
*post nav
Optimising Asian fonts for Multi-language flash sites
Speaking at IED Madrid
Receptor - Rhyno
Good old Plasma effect
Things I still miss in Ubuntu
Get the amount of files in a folder with Ubuntu
Install debug version of Flash Player plugin in Ubuntu
Detect if the swf is being executed localy or online
Sys-Con now attacks Mr.doob!
Chrome Experiments!
Face tracking + 3D Scene, Laughing Man, DOF Tunel and more...