advanced code snippet search
pmaciver on 10/03/08
find exec
10/03/08 10:48pm
find . -type f -exec file ’{}’ \;
Report this snippet Tweet
exec until the forward slash is the command to execute.
the '{}' is a substitution for the file
Comment:
You need to login to post a comment.
exec until the forward slash is the command to execute.
the '{}' is a substitution for the file