Search Results

Search: Posts Made By: Makaer
3,395
Posted By Makaer
Thank you. That works perfectly! Sorry I...
Thank you. That works perfectly!

Sorry I missread the >> appends!

Thanks for all your help.
3,395
Posted By Makaer
Sorry I did do what you said, but it didnt work,...
Sorry I did do what you said, but it didnt work, so I fiddled about with it, so I posted the wrong code last post.

This was the code when I tried your suggestion. But it still wouldnt work.

...
3,395
Posted By Makaer
It still doesnt seem to work, it is in fact only...
It still doesnt seem to work, it is in fact only changing the TO_DATE and TO_CHAR functions, but none of the others.


#!/bin/bash

function replaceDate()
{
sed 's/TO_DATE/CONVERT/g' $file >>...
3,395
Posted By Makaer
Help understanding sed
I am trying to create a basic script that converts an Oracle script into a Sybase script.

The only things im changing are Datatypes and the to_char and to_date functions.

I am not really 100%...
2,444
Posted By Makaer
Trouble cutting characters into a string.
I just have a couple of quick questions.

I am having trouble with this cut. I am basically trying to cut the string so that i can insert the users guess at the appropriate point in the string....
2,446
Posted By Makaer
Thank you. Was just what I needed to know!
Thank you. Was just what I needed to know!
2,446
Posted By Makaer
Just a couple more quick questions. set...
Just a couple more quick questions.


set -- $(ls -ld $file)


What is the use of the double --?

I have read up and it states that it doesnt allow change of any of the flag, useful in...
1,961
Posted By Makaer
Problems understanding example code
I am really new to UNIX and programming in general and so apologies if this thread is a bit simple.

I have searched and found a piece of sample code for a training program I am currently...
2,446
Posted By Makaer
Problems understanding example code
I am really new to UNIX and programming in general and so apologies if this thread is a bit simple.

I have searched and found a piece of sample code for a training program I am currently...
Showing results 1 to 9 of 9

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