Search Results

Search: Posts Made By: ady_koolz
5,035
Posted By Don Cragun
Assuming you want to run this on a Solaris system...
Assuming you want to run this on a Solaris system (as in your earlier posts), try:
/usr/xpg4/bin/awk -F, '
FNR == NR {
f[$1,$2,$3] = $0
next
}
{ if(($1,$2,$3) in f)
...
31,910
Posted By ahamed101
itkamaraj's code modified... try this... ...
itkamaraj's code modified... try this...

echo "20110614" | nawk 'BEGIN{split("JAN FEB MAR APR MAY JUN JUL AUG SEP OCT NOV DEC",month," ")}...
Showing results 1 to 2 of 2

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