推荐
专栏
教程
课程
飞鹅
本次共找到1条
5p
相关的信息
Stella981
•
3年前
Linux 三剑客之sed命令总结
sedsed1、关键字取行sedn'/jpinsz/p'test.txtsedn'/^d/p'test.txt2、根据行数取行sedn'2,5p'test.txtroot@JP1tmpsedn'2,5p'
1