- # re: find_wtf (http://wtfsh.kpaste.net/f834c4086)
- touch "one two"; f() { find . -iname "*$@*"; }; set -x; f one two
- + f one two
- + find . -iname '*one' 'two*'
- find: paths must precede expression: two*
- Usage: find [-H] [-L] [-P] [-Olevel] [-D help|tree|search|stat|rates|opt|exec] [path...] [expression]
re: find_wtf
Posted by Anonymous on Fri 8th Apr 2016 15:02
raw | new post
Submit a correction or amendment below (click here to make a fresh posting)
After submitting an amendment, you'll be able to view the differences between the old and new posts easily.