Search Results

Search: Posts Made By: inkyponky
3,108
Posted By vgersh99
something to start with. nawk -f inky.awk file1...
something to start with.
nawk -f inky.awk file1 file2 > file3

inky.awk"

BEGIN {
FS=OFS=","
d="071023"
}
function d2d(d, t) {
split(d, t, "/")
return (t[3] t[1] t[2])
}
...
Showing results 1 to 1 of 1

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