# 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]