>>>>> On Wed, 30 Jun 2010 16:59:40 -0700, Tony Cratz <[email protected]> said:
TC> awk '{printf("rm -f %s\n", $9)}' text_file > rm_file
TC> sh -x ./rm_file
Or even:
rm -f `awk '{print $NF}' text_file`
Or if that list is too long:
awk '{print $NF}' text_file | xargs rm -f
--
Wes Hardaker
My Pictures: http://capturedonearth.com/
My Thoughts: http://pontifications.hardakers.net/
_______________________________________________
vox-tech mailing list
[email protected]
http://lists.lugod.org/mailman/listinfo/vox-tech