Search Results

Search: Posts Made By: RadRod
4,417
Posted By RadRod
Thanks John it was the spaces! The things you...
Thanks John it was the spaces! The things you miss at 3am. What is the "g" on the end of the string for?
4,417
Posted By RadRod
Hey Locks, that will change all occurences of /...
Hey Locks, that will change all occurences of / and unfortunately I need to only change them in the lines that have a date as the complete record. If it might make it any easier the date line is...
4,417
Posted By RadRod
Trying to change date separator with sed
Hi there

I am trying to convert some date seperators in a large newline delimited file. each line i am interested in has a date in the format 27/05/2009 all I want is to convert the slashes to...
4,737
Posted By RadRod
Hi I just did a simalar thing and ended up using...
Hi I just did a simalar thing and ended up using awk you might find this a lot simpler Eg:

awk 'ORS=NR%3?"~":"\n"' alltr.out > alltr.sql
Showing results 1 to 4 of 4

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