You can use the -printf command line option with %f to print just the filename without any directory information find . -type f -mtime -14 -printf '%f\n' ...
確定! 回上一頁