是否有命令在给定相对路径的情况下检索绝对路径?
例如,我希望$ line包含dir中每个文件的绝对路径 ./etc/
./etc/
find ./ -type f | while read line; do echo $line done
bash shell path absolute
absolute ×1
bash ×1
path ×1
shell ×1