awk打印出当前行的上一行

#awk '/B/{print a;}{a=$0}' a.txt

A

# cat a.txt
A
B
C
D
E

posted @ 2016-12-21 22:28  Big_Foot  阅读(3484)  评论(0编辑  收藏  举报