Hi,
can someone explain how this aliases work:
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
can someone explain how this aliases work:
Code:
alias m 'if ( \!:$ =~ *gz) set status = 1 && most \!:$ || gzcat \!:1 | most '
- what is \!:$ and \!:1
- how do it used the && and ||
- what it does with status variable?
thanks