[ILUG] find alias problem

David Meagher dmeagher at eircom.net
Thu Nov 18 00:08:08 GMT 1999


Good Afternoon,
the other day i was trying to add an alias to bash
to do a find across the system for a file...
e.g.
find / -name "test.tar.gz" -print
but when i added

alias findfile='find / -name "$2" -print

to the .bashrc 
and tried to run 

findfile test.tar.gz 

it wouldn't work
any ideas?

David





More information about the ILUG mailing list