Search Results

Search: Posts Made By: srk409
1,580
Posted By rdcwayx
DAY=$(date +%Y.%m.%d) awk -v d=$DAY 'function...
DAY=$(date +%Y.%m.%d)
awk -v d=$DAY 'function Print_header()
{ print d,"\t\t\tEmployee Dept Report\t\t\t\t" ++i
print...
3,403
Posted By zaxxon
I guess you mean TA0022 TRP512 CSKT ...
I guess you mean

TA0022
TRP512
CSKT
TP0086
...

?


awk 'NR > 1 && /^TA|^TR|^TP|^CSKT/ {f=$1; printf "" > f; next} NR > 1 {print $0 >> f}' infile


You gotta read up on regular...
3,403
Posted By zaxxon
awk 'NR > 1 && /^TA/ {f=$1; printf "" > f; next}...
awk 'NR > 1 && /^TA/ {f=$1; printf "" > f; next} NR > 1 {print $0 >> f}' infile
Showing results 1 to 3 of 3

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