Quantcast
Channel: UNIX and Linux Forums
Viewing all articles
Browse latest Browse all 16232

C shell - a qestion of a beginner

$
0
0
Hi,
can someone explain how this aliases work:
Code:

alias m 'if ( \!:$ =~ *gz) set status = 1 &&  most  \!:$ || gzcat \!:1 | most  '
I mean, I know what it does, but I don't know how
- what is \!:$ and \!:1
- how do it used the && and ||
- what it does with status variable?

thanks

Viewing all articles
Browse latest Browse all 16232

Trending Articles