I\'m using find for a task and I noticed that when I do something like this:
find `pwd` -name \"file.ext\" -exec echo $(dirname {}) \\;
it will
This is because find prints paths relative to the path it searches from. If you tried this search from / you would get ``pwd\ for each path.
find
/
\