Search Results

Search: Posts Made By: pbillast
3,271
Posted By pbillast
you should be able to write at least part of this...
you should be able to write at least part of this script by yourself by now, don't you think?
3,271
Posted By pbillast
make a file test.awk containing /Name/ { n=$2 }...
make a file test.awk containing
/Name/ { n=$2 }
/Age/ { a=$2 }
/Country/ { { c=$2;printf "%s|%s|%s\n",n,a,c}
}

awk -f test.awk yourfile
->
James|30|Japan
Robin|31|Germany...
2,219
Posted By pbillast
grep -w "lkk0lv23" file
grep -w "lkk0lv23" file
Showing results 1 to 3 of 3

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