Search Results

Search: Posts Made By: abrd600
8,996
Posted By abrd600
Drawing
Hi,

Is it possible to draw circle, box and other basic shapes using shell scripts ?

If so can anyone please tell as how to do it.

Thanks in advance.
3,133
Posted By abrd600
If we assign values then it would work fine. ...
If we assign values then it would work fine.

But if we get values from files & then echo them there'll be problem.

Ben
3,133
Posted By abrd600
echo problem
Hi,

I have given the following statement in a script to put the values of variables (VAR1, VAR2,...) in a file.

echo " $VAR1 $VAR2 $VAR3 $VAR4 $VAR5" >> filename

But the...
2,913
Posted By abrd600
FTP Transfer Success
Hi

I'm using Shell script which will ftp (download) a file from a host. I need to check whether the file has been transfered completley or not.

Can anyone tell me how to do that?

Thanks
Ben
7,585
Posted By abrd600
Index Command
Hi, can anyone explain me how this works (how the flow goes)?

Example:
CLIENT="UNIXHELP"
The second argument passed $2="UNIX"

RESULT=`awk -F"=" '/CLIENTS=/ {len =...
22,612
Posted By abrd600
Its working now Perderabo. I didnt change...
Its working now Perderabo. I didnt change anything, but working now. Thanks for your support.

Can you tell me a replacement command for "print" that can be used in sh, as print wont work in sh.
22,612
Posted By abrd600
The script is executing, but the files are not...
The script is executing, but the files are not ftped to the HOST server.

I executed the script in the command line & immediately the script got completed. After few minutes the "Connection Timeout...
22,612
Posted By abrd600
The code given below is not working when the...
The code given below is not working when the target (HOST) server is
"Machine hardware: sun4u
OS version: 5.8"

#! /usr/bin/ksh
...
22,612
Posted By abrd600
Sorry Perderabo, I accidentelly typed that. ...
Sorry Perderabo, I accidentelly typed that.

Now I have got the concept.

Thank you so much for your explanation.
22,612
Posted By abrd600
Thank you Jim. Can I check whether the ftp...
Thank you Jim.

Can I check whether the ftp was successful using the script you have given as example?

#! /usr/bin/ksh

HOST=remote.host.name
USER=whoever
PASSWD=whatever

exec 4>&1
ftp...
22,612
Posted By abrd600
FTP multiple files to different directories
The script below is written to ftp files to different directories on the destination server, but I'm not sure whether I have written the code correctly or not.

Can anyone help me on this?
...
Showing results 1 to 11 of 11

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