Search Results

Search: Posts Made By: PK29
Forum: Linux 09-28-2016
1,898
Posted By Don Cragun
You might try something like: awk ' BEGIN...
You might try something like:
awk '
BEGIN { FS = "[|]اق[|]"
OFS = "|اق|"
}
NR == FNR {
for(i = 2; i <= NF; i++)
v[$1, i] = $i
next
}
{ printf("%s%s", $1, (NF > 1) ? OFS : ORS)
for(i =...
Showing results 1 to 1 of 1

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