HelloWorld
博客
模型
Skill
MCP
Agent
提示词
资讯
教程
登录
本次共找到
1
条
5p
相关的文章
Stella981
•
4年前
Linux 三剑客之sed命令总结
sedsed1、关键字取行sedn'/jpinsz/p'test.txtsedn'/^d/p'test.txt2、根据行数取行sedn'2,5p'test.txtroot@JP1tmpsedn'2,5p'