Search Results

Search: Posts Made By: droid
1,473
Posted By droid
Try: awk ' NF == 3 { a=$1; b = $2; c=$3 ;...
Try:
awk ' NF == 3 { a=$1; b = $2; c=$3 ; readline}; { print $1, b, c }' INPUTFILE


droid
2,140
Posted By droid
I suggest you begin with a tutorial. BASH...
I suggest you begin with a tutorial.

BASH Programming - Introduction HOW-TO (http://tldp.org/HOWTO/Bash-Prog-Intro-HOWTO.html)
Showing results 1 to 2 of 2

 
All times are GMT -4. The time now is 05:38 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy