Revision: 8709
Initial Code
Initial URL
Initial Description
Initial Title
Initial Tags
Initial Language
at October 3, 2008 22:48 by pmaciver
Initial Code
find . -type f -exec file ’{}’ \;
Initial URL
Initial Description
Initial Title
Find a file and execute something on it
Initial Tags
find
Initial Language
Bash