001、 方法1
[root@pc1 test2]# ls a.txt [root@pc1 test2]# cat a.txt ## 测试文件 /home/test2/a.txt [root@pc1 test2]# sed -r 's/(\/.*\/).*/\1/' a.txt ## 仅保留路径 /home/test2/
标签:test2,正则表达式,pc1,绝对路径,##,linux,txt,root From: https://www.cnblogs.com/liujiaxin2018/p/17715715.html