Posted in Command Line, Linux Copy all Txt Files Binny V A May 18, 2008 Leave a Comment on Copy all Txt Files Find and copy all files with ‘.txt’ extention from a directory to another find /home/binnyva -name '*.txt' | xargs cp -av --target-directory=/home/backup/ --parents Author: Binny V AA philosopher programmer who specializes in backend development and stoicism.