摘要: 001、ls + sed实现 [root@pc1 data]# ls ## 测试文件、目录 a.txt test01 test02 [root@pc1 data]# ls | sed "s#^#$(pwd)/#" ## ls + sed实现 /home/data/a.txt /home/data/t 阅读全文
posted @ 2022-10-16 16:20 小鲨鱼2018 阅读(1841) 评论(0) 推荐(0) 编辑