From: Tsung-lung Li (quantum@stein.u.washington.edu)
Date: 04/28/93


From: quantum@stein.u.washington.edu (Tsung-lung Li)
Subject: Questions about bash
Date: 28 Apr 1993 10:46:25 GMT


Hello,

I am trying to port my .cshrc file on my mainframe account to linux.
It seems to me that bash does not recognize \!* and \!:1 , for example

alias ll 'ls -F \!*'
alias app 'cat \!:1 >> \!:2'

What are the equivalents in bash?

Tsung