alias view " grep 'user name' */*/* |awk '{print $1,$3,$4}' > test " thanks.
D*e
2 楼
view is vi. try other name.
【在 t*******l 的大作中提到】 : alias view " grep 'user name' */*/* |awk '{print $1,$3,$4}' > test " : thanks.
r*s
3 楼
that's not the point. $n (n=1-9) means positional parameters to shell, whereas it is used as a symbol of fields in awk. you will see those fields disappearing by "alias view".