Search Results

Search: Posts Made By: nimish
2,485
Posted By nimish
Mailing Problem
I have a Unix server with SunOS 5.8 installed on it. I have set a cron job which will send mail across the two different networks. As of now i can only send mails to the abc.com who owns the server...
2,604
Posted By nimish
just change the following i hope there...
just change the following


i hope there is only one daemon process that you are looking for...
then

NTP_STATUS=`ps -ef | grep xntp | grep -v grep|wc -l`
if [ $NTP_STATUS < 1 ]
then
echo...
4,603
Posted By nimish
copying the csv file into different worksheets of xls file
Hi,

I have a script which will generate three csv files. i want to copy the contents of these csv files into a .XLS file but in different worksheets. Can a this be done in the same script? ...
3,808
Posted By nimish
compressing two files in a script
Hi, i have written a script in unix which produces two files(.csv file) at the end. Now i want to add these to files in a zip file and send the zip file across the network by FTP.
Problem is that i...
Showing results 1 to 4 of 4

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