I want to create a .tar-chive of the files that match a grep
"grep -Hl sutton *"
"tar zcf sutton.tar.gz"
how do I pipe grep's output of filenames into the command line parms read by tar?
Surfinbox.com Business Internet Services - National Dialup, DSL, T-1 and more.
"grep -Hl sutton *"
"tar zcf sutton.tar.gz"
how do I pipe grep's output of filenames into the command line parms read by tar?
Surfinbox.com Business Internet Services - National Dialup, DSL, T-1 and more.