So C shell doesn't have functions I hear, and I need to use aliases... Let's say I have:
command1
command2
...
commandN
And in my mind these N commands make up a "function". Is there any way of putting them into 1 alias?
Also, if I need to pass any arguments to my "function" am I screwed?
Obligatory don't-blame-me-blame-my-company for using c shell.
Cheers