Search Results

Search: Posts Made By: MeeraNair
2,574
Posted By MeeraNair
Thanks Franklin.. I tried the command like...
Thanks Franklin..

I tried the command like this now

sed -n "s/${VALUE}/${TIME}/gp" $FILE.txt.

But it gives me an error like this now
sed: command garbled: s/01-01-1900/
2,574
Posted By MeeraNair
Using sed command
Hi,
My requirement is like this:
I have a file with the following data

ABC=01-01-1900
EFG=01-01-1901
xyz=01-01-1900

I want to write a script which will replace the 01-01-1900 that...
2,574
Posted By MeeraNair
Using sed command
Hi,
My requirement is like this:
I have a file with the following data

ABC=01-01-1900
EFG=01-01-1901
xyz=01-01-1900

I want to write a script which will replace the 01-01-1900 that...
2,712
Posted By MeeraNair
Thanks Dhruva, That works :)
Thanks Dhruva,
That works :)
2,712
Posted By MeeraNair
Thanks Dhruva and era. Is there any way that I...
Thanks Dhruva and era.
Is there any way that I can prevent the ftp from printing the message local directory.....
I mean customizing the ftp output.. ie. If everything went on well.. I should get...
2,712
Posted By MeeraNair
result of ftp
Hi friends,
I am trying to FTP a file to a different server. My script is given below

command=`ftp -n $FTP_HOST <<END_SCRIPT
user $FTP_USER $FTP_PASSWD
lcd $TEMPFOLDER
cd $FTP_LOCATION...
6,531
Posted By MeeraNair
Thanks. But that option is not working for me. It...
Thanks. But that option is not working for me. It just displays the error message in console as "unknown host or invalid literal address".
But the exit_status still shows as zero:(
6,531
Posted By MeeraNair
checking the status of file ftp
Hi,
I m new to unix and I need a help in FTp-ing a file.

My script is given below

ftp -n <<END_SCRIPT
open $FTP_HOST
user $FTP_USER $FTP_PASSWD
lcd $TEMPFOLDER
cd $FTP_LOCATION
put $1...
1,534
Posted By MeeraNair
-u option for fileread
Can any one pls tell me how the -u option for read works?
Showing results 1 to 9 of 9

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