grep如何輸出不連續的兩行?
想要輸出不連續的兩行很簡單的。如下:
(一)在后面拼接 less -S:
1
ps -ef | grep java | less -S
(二)使用 tput
1
2
tput rmam # 關閉換行
tput smam # 打開換行
grep如何輸出不連續的兩行?
想要輸出不連續的兩行很簡單的。如下:
(一)在后面拼接 less -S:
1
ps -ef | grep java | less -S
(二)使用 tput
1
2
tput rmam # 關閉換行
tput smam # 打開換行