会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
_狂猎
博客园
首页
新随笔
联系
订阅
管理
2021年7月5日
linux基础-vim、grep、shell基础
摘要: 1、复制/etc/profile至/tmp/目录,用查找替换命令删除/tmp/profile文件中的行首的空白字符 cp /etc/profile /tmp/ sed -ri.bak 's/^[ ]+(.)/\1/' /etc/profile && cat /etc/profile 2.在vim中设
阅读全文
posted @ 2021-07-05 14:28 _狂猎
阅读(82)
评论(0)
推荐(0)
公告