Is there a way to get find to execute a function I define in the shell? For example: dosomething () { echo "Doing something with $1" } find ....
Is there an invocation of sed todo in-place editing without backups that works both on Linux and Mac? While the BSD sed shipped with OS X seems to need...