I want to use this alias that I use on my work machine but I can't get it working on my home computer!
Code:
alias ff='find . -name \!* -print'
From the command line I was to be able to type "ff myFileName" or ff "*.txt" and things like that. It seems to work fine on my work machine. I keep getting and error
find: paths must precede expression: .txt
Usage: find [-H] [-L] [-P] [-Olevel] [-D help|tree|search|stat|rates|opt|exec] [path...] [expression]
I have no idea why. I'm new to aliases and scripts. Any help would be appreciated. Thanks!