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