Search Results

Search: Posts Made By: josecollantes
28,338
Posted By josecollantes
Thank you very much
Thank you very much guys, I implemented this procedure and works very fine !!!

Sorry for not send my response before, my company replaced our web server ....

Thanks a lot

Jose
28,338
Posted By josecollantes
Deleting files created before two days ago
Dear All:

I want to build a shell that delete files created two or more days ago ... I think it could be built using a special command with ls or grep, I'd apreciate any help from you guys

I...
30,329
Posted By josecollantes
sqlplus and sh scripts (to_char command))
Hi evrybody!!!!

I have a problem with this shell script

INICIO=$(sqlplus -s user/user@db1 << END | awk '{printf $1}'
set head off
set feed off
select to_char(min(create_dt) , 'HH24') from...
43,399
Posted By josecollantes
Getting sysdate - 2 by an unix command
How can I get an equivalent in unix for the following Oracle SQL command:

select sysdate - 2 from dual;


Thanks

José
5,278
Posted By josecollantes
Send a mail with a subject and an attachement
Dear All:

I want to send a message to a list of people with a subject and an attachement, currently I am using the following command into a shell script:

uuencode $FILENAME.gz $FILENAME.gz |...
Showing results 1 to 5 of 5

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