我想创建同名的空文件,但在另一个位置。
是否可以?
像这样的东西:
find . -type f -name '*.jpg' -exec basename {}.tmp | touch ../emptys/{} \;
bash find touch
bash ×1
find ×1
touch ×1