$ ifconfig eth100 > msg.log 2>&1
can be shortened like that:
$ ifconfig eth100 &> msg.log
or
$ ifconfig eth100 >& msg.log
【Reference】
Bash Reference Manual
What a fascinating Linux it is!
$ ifconfig eth100 > msg.log 2>&1
$ ifconfig eth100 &> msg.log
$ ifconfig eth100 >& msg.log
沒有留言:
張貼留言