[ . . . ]
I finally kluged this by editing the text
date --date="05-Sep-2007" +"%d/%m/%Y"
cat inputfile.txt | while read col1 col2 rest; donewdate=$(date --date="$col2" +"%d/%m/%Y")echo $col1 $newdate $rest[ferret_users] Reading ASCII data including formatted dates
- From: William S. Kessler
- Previous by thread: Re: [ferret_users] Reading ASCII data including formatted dates
- Next by thread: [ferret_users] plotting time series
[Thread Prev][Thread Next][Index]