Archive for October 1st, 2007

Command to Print Until Regular Expression

Print a file until a regular expression is matched.


cat file.txt | perl -pe "exit if(/Thats all/)"