我正在检查文件是否存在find如下命令 -
find
find ${pwd} | grep 'Test.*zip'
此命令返回具有相对路径的输出,例如 -
./ReleaseKit/Installable/Test-5.2.0.11.zip
有没有办法使用find命令获取找到的文件的绝对路径?
command-line shell shell-script
command-line ×1
shell ×1
shell-script ×1