Search Results

Search: Posts Made By: vgersh99
889
Posted By vgersh99
awk -f tom.awk myFile where myFile is: BEGIN...
awk -f tom.awk myFile where myFile is:

BEGIN {
FS=" \\| "
OFS=" | "
}
{
sub(":", OFS, $1)
gsub("[}[]", "")
f=""
for(i=1; i<=NF;i++)
f=($i ~ "^-")?f:(!f)?$i:f OFS $i
...
Showing results 1 to 1 of 1

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