Search Results

Search: Posts Made By: newbieabc
4,056
Posted By newbieabc
Hi, You can schedule the script on crontab....
Hi,

You can schedule the script on crontab.

00 * * * * <script_name> <command>

Thanks,
10,990
Posted By newbieabc
Thanks a lot, it worked...
Thanks a lot, it worked...
10,990
Posted By newbieabc
Actually i am getting data from DB and exporting...
Actually i am getting data from DB and exporting to CSV file. i just gave "ls -ltr" for example.
My log.csv file will be like.
3,1463,1032855,20140627,"xxxxxxx","yyyyyyy"...
10,990
Posted By newbieabc
Hi CarloM, Sorry for the inconvenience, It...
Hi CarloM,
Sorry for the inconvenience,
It doesn't produce any error. but outputs are in single column, doesn't intended in Excel.

Here is my sample code:

ls -ltr /home/$USER >~/log.csv...
10,990
Posted By newbieabc
Hi Robin, Thank you very much for replying, ...
Hi Robin,
Thank you very much for replying,
yes, i am able to send the file via mail (attachment). While opening the file in excel (whatever the format .CSV or .xls) the outputs are in single...
10,990
Posted By newbieabc
UNIX - how to send attach excel in mail
Hi Experts,
i need your help here
:confused:

Need to send a report thru mail using unix shell script(AIX). can you help me to do this? . i tried "uuencode" with CSV format, but while reading...
759
Posted By newbieabc
Hi, from above, my understanding is that u need...
Hi,
from above, my understanding is that u need to pass arguments to "/usr/local/wam/start.sh" script. your code looks fine, u would change like this

echo " Starting WAM "
while read a
do
...
892
Posted By newbieabc
Creating cronjob
Hi,
try this
0 1 * * 0 [your script] >[log_file]

it triggers the mentioned script every sunday at 1 AM.

<OR>
@weekly [your script] >[log_file]

This will trigger the script every sunday...
Showing results 1 to 8 of 8

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