Sunday, July 21, 2013

Shell Script: Remove lines that contain words stored in a list

---------------------------------------------------------------------
script        :  remlines 
purpose    :  remove lines that contain words stored in a list 
requires    :  standard GNU commands 
version     :  1.0  

---------------------------------------------------------------------
usage:  rmlines [-hl] -i <word_list> -o <file> 
options:  
     -i, file with words to remove


     -o, file from which to remove the words


     -h, usage and options (this help)


     -l, see this script"

----------------------------------------------------------------------
Enjoy...Amit Kumar Roy
----------------------------------------------------------------------

No comments:

Post a Comment