Search Results

Search: Posts Made By: summer_cherry
6,775
Posted By summer_cherry
awk
Hi, try this one( i use solaris)

while read line
do
cat file2 | nawk 'BEGIN{FS="|"}
{
l="'"$line"'"
gsub(/\$1/,$1,l)
gsub(/\$5/,$5,l)
gsub(/\$4/,$4,l)
gsub(/\$3/,$3,l)
gsub(/\$2/,$2,l)...
Showing results 1 to 1 of 1

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