![]() |
|
|
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 |
| Sed variable substitution when variable constructed of a directory path | alrinno | Shell Programming and Scripting | 2 | 07-11-2008 03:24 PM |
| Enviornment Variable in B shell (I call it nested variable) | princelinux | Shell Programming and Scripting | 4 | 07-02-2008 02:35 AM |
| passing a variable inside a variable to a function | KingVikram | UNIX for Dummies Questions & Answers | 2 | 01-14-2008 08:28 PM |
| Export command giving Variable Name vs the Value set for the Variable | ParNone | UNIX for Dummies Questions & Answers | 2 | 04-03-2006 12:43 PM |
| ksh: A part of variable A's name is inside of variable B, how to update A? | pa3be | Shell Programming and Scripting | 4 | 03-30-2005 12:29 PM |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
Awk help with populating variable
Hi, I'm looking for help trying to parse a data stream. Any help would be greatly appreciated. Quote:
Code:
awk '/Aug/{a=$2}/vol/{print a, host, $1, $2, $3, $4, $5}' out.txt
Sample Data Stream "out.txt" ----------------------------- # Aug 3 00:00:00 2008 ===== DF ===== Filesystem kbytes used avail capacity Mounted on /vol/vol1/ 781441232 285519024 495922208 37% /vol/vol1/ /vol/vol2/ 781441232 320075968 461365264 41% /vol/vol2/ # Aug 3 00:00:02 2008 ===== DF ===== Filesystem kbytes used avail capacity Mounted on /vol/vol1/ 2495490048 1738484048 757006000 70% /vol/vol2/ /vol/vol2/ 8734215168 7250720128 1483495040 83% /vol/vol2/ Quote:
Aug /vol/vol1/ 2495490048 1738484048 757006000 70% /vol/vol2/ Aug /vol/vol2/ 8734215168 7250720128 1483495040 83% /vol/vol2/ ------------- Thanks! |
| Bookmarks |
| Tags |
| awk variables |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|