in reply to Re: find string in file
in thread find string in file
The character class \s contains all forms of whitespace (such as tabs, ...).perl -ne'print if /Version\s+=/' file_name
CountZero
A program should be light and agile, its subroutines connected like a string of pearls. The spirit and intent of the program should be retained throughout. There should be neither too little or too much, neither needless loops nor useless variables, neither lack of structure nor overwhelming rigidity." - The Tao of Programming, 4.1 - Geoffrey James
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: find string in file
by moritz (Cardinal) on Mar 31, 2008 at 10:16 UTC |