Grep:
head -1 log/prodticks/20210901/*|grep -B1 "20:5.:"
Tee:
https://blog.csdn.net/cunchi4221/article/details/107471713
ctrl+z, bg, fg
run a program with & in the end, dettach with ctrl+z, bg, fg
vim 快速删改
ctrl+b, ctrl w, [, ]
head -1 log/prodticks/20210901/*|grep -B1 "20:5.:"
https://blog.csdn.net/cunchi4221/article/details/107471713
run a program with & in the end, dettach with ctrl+z, bg, fg
ctrl+b, ctrl w, [, ]