![]() |
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| Shell Programming and Scripting Post questions about KSH, CSH, SH, BASH, PERL, PHP, SED, AWK and OTHER shell scripts and shell scripting languages here. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Perl: finding pattern and substituting | hkjang | Shell Programming and Scripting | 1 | 03-03-2008 09:07 PM |
| substituting a long line in a file | neyo | Shell Programming and Scripting | 4 | 03-03-2008 06:16 AM |
| Substituting with value of variable in Sed | jyotipg | Shell Programming and Scripting | 1 | 09-26-2006 10:54 AM |
| Substituting variable with current time | jhansrod | Shell Programming and Scripting | 4 | 11-20-2005 08:20 PM |
| substituting shell variables | suds19 | Shell Programming and Scripting | 1 | 10-16-2002 09:55 AM |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
substituting
Hello
please how can i change this infrormation within a file dynamically without using vi " || $6 ~ /^229*[*]/ " the * means any number within the file has this content : cat lec|awk -F '|' 'length($6) >= 12 || length($6) <= 10' |awk -F '|' '$6 ~ /^24[4]/ || $6 ~ /^22924[4]/ &&$7 ~ /^2299[3]/ { print $0 }'|awk -F '|' '{ sum=sum+$10; }''{ print sum }' cat lec|awk -F '|' 'length($6) >= 12 || length($6) <= 10' |awk -F '|' '$6 ~ /^24[4]/ || $6 ~ /^22976[5]/ && $7 ~ /^2299[3]/ { print $0 }'|awk -F '|' '{ sum=sum+$10; }''{ print sum }' |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|