Copie arquivos para um diretório usando o arquivo de texto
xargs -a file_list.txt mv -t /path/to/dest
Motionless Magpie
xargs -a file_list.txt mv -t /path/to/dest