2010-10-08 74 views

回答

2

你可以这样做:

finger -s | awk '{printf("%s %s\n", $1, $2);}' 
相关问题