Search Results

Search: Posts Made By: toonse
85,072
Posted By toonse
BEGIN { FS = "[-.:\t ]"; } { print...
BEGIN { FS = "[-.:\t ]"; }
{
print $1,$2,$3,$4,$5,$6,$7,$8,$9;
}

This is how I would do it. When tested with your data it does exactly what you want.
Showing results 1 to 1 of 1

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