Things I Learned
Tags
Date
Search
Run a command on every file found by find
https://til.marcuse.info/bash/find-then-command.html
find
.
-name
"*something*"
-exec
file
{}
\;
Date: 2016-10-07
Tags:
bash
Share: