Skip to content

Instantly share code, notes, and snippets.

@willettk
Created December 5, 2013 01:50
Show Gist options
  • Save willettk/7798902 to your computer and use it in GitHub Desktop.
Save willettk/7798902 to your computer and use it in GitHub Desktop.
Tar a list of files and pipe the verbose results to a file
tar -cvf target_dir/foo.tar -T source_dir/filelist.txt > target_dir/results.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment