linux中生成文件的絕對路徑

一、測試文件centos

[root@centos79 test]# touch a.txt b.txt
[root@centos79 test]# ls
a.txt  b.txt

 

二、生成測試文件的絕對路徑測試

[root@centos79 test]# ls
a.txt  b.txt
[root@centos79 test]# ls *.txt | xargs -I {} echo "$PWD/{}"
/home/test/a.txt
/home/test/b.txt
相關文章
相關標籤/搜索