歡迎來到Linux教程網
Linux教程網
Linux教程網
Linux教程網
您现在的位置: Linux教程網 >> UnixLinux >  >> Linux基礎 >> 關於Linux

linux刪除文件一行操作

linux刪除文件一行操作   root@localhost ~]# cat file  hello world  a:b:c -h -n  a:b:c -h -n  [root@localhost ~]# sed -i '/a:b:c -h -n/d' file  [root@localhost ~]# cat file  hello world  [root@localhost ~]# sed -i 's/hello/baidu/' file.sh  [root@localhost ~]# cat file.sh  baidu world  
Copyright © Linux教程網 All Rights Reserved