Return to Snippet

Revision: 8709
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