I saw in this topic that you can add a function in the shell login script instead of an alias if you want to use parameters. However, I placed the following code inside my .
Unfortunately, you can't define functions in csh, like you can in most other shells. This feature does not exist in csh.
csh
The only alternative is to create a script and place it in a directory on your PATH e.g. ~/bin.
PATH
~/bin