我正在使用grep生成我需要移动的文件列表:
grep -L -r 'Subject: \[SPAM\]' .
如何将此列表传递给mv命令并将文件移动到其他位置?
linux shell scripting grep
grep ×1
linux ×1
scripting ×1
shell ×1