todd at localhost:~$ find `pwd` -regex * -print find: paths must precede expression Usage: find [-H] [-L] [-P] [path...] [expression] Why? Why oh why? Why does find always do this to me? What the hell does `pwd` look like if not a path? -todd