Search Results

Search: Posts Made By: sbmk_design
Forum: Solaris 06-29-2010
3,544
Posted By sbmk_design
How to change home page?
Hi
I am new to Sun OS

I am using "SunOS **** 5.9 Generic_122300-47 sun4u sparc SUNW,Sun-Fire-15000"

I have logged on as user1, I could see sar -u 5 5.
...
16,644
Posted By sbmk_design
Hi this sftp code works as expected. ...
Hi
this sftp code works as expected.


sftp $FtpUser@$Server <<END
cd $FtpPath
binary
put $Filename.gz
bye
END

Thanks
sbmk
16,644
Posted By sbmk_design
sftp syntax in script
I am have FTP syntax like below in my bash shell script

ftp -n <<END
open $Server
user $FtpUser $FtpPwd
cd $FtpPath
binary
...
2,064
Posted By sbmk_design
issue with the query output in unix
I am running a query with contains blank spaces in between in the output. But when I open and read the file in UNIX i am not able to cursor the balnk spaces instead it is moving like tabs. Please...
5,624
Posted By sbmk_design
How to create a file with full permission in unix script
In my script, I am creating a file ----> then writting one line (i.e. Timestamp) ----> then FTP'ing. The same script can be executed by many other users.
While other users executing this script,...
1,630
Posted By sbmk_design
Hi jsmithstl, $? -not working...
Hi jsmithstl,
$? -not working

I tested with wrong FTP User name, but the code does not going to else part. Any other code/Book ? Please...........

Thanks in advance
sbmk
1,630
Posted By sbmk_design
FTP feed back mail
I am having Oracle export script, in that FTP part only given below

ftp -n <<END
open $Server
user $FtpUser $FtpPwd
cd $FtpPath
binary
...
2,374
Posted By sbmk_design
Parallel execution of script not syncronize
I am haveing 2 scripts, 1st script calls 2ed script for each parameter.(parameters are kept in a different txt file)

1st script
for x in `cat Export_Tables_List.txt`
do
sh Exp_Table.sh $x &...
Showing results 1 to 8 of 8

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