Computing.Net > Forums > Unix > Search Results

Quick Links

Computing.Net Solution Center
Desktop Access to Search
Ask a New Question

Sponsored Results for: ftp in korn shell

Ads by Google


Show Within: One Month | One Year | Forever
Search Results for: ftp in korn shell

Product Search Results


Results 1 - 25 of 6276

[higher confidence] - higher confidence, [lower confidence] - lower confidence

using ftp in Korn Shell
    Summary: Could some one tell how to using ftp in Korn Shell Scripts? Thx! ...

mkdir in korn shell cgi script
    Summary: hi, i want to create a directory from my cgi script written in korn shell. but there is no out put. means that this script work for other commands lik...

Cursor handled in korn shell.
    Summary: I wish to handle the cursor in korn shell when I test a choice but I want that the cursor don't go in a new line. In this case: print -n "Yes or No >>...

Read in Korn Shell
    Summary: I have written a script to login to various network equip and perform automated functions. Is there a way to hide the input from the keyboard on read...

escaping * in korn shell
    Summary: When trying to escape special character * - it doesn't seem to work. In korn shell trying to store a local variable as follows sample=test* echo $samp...

ftp in korn shell
    Summary: Looks like the HTML on this board has swallowed the less-than signs. Try: ftp ftp.pwp.blueyonder.co.uk <<-ENDFTP ascii get index.html bye ENDFTP (You ...

Functions in korn shell
    Summary: Hi: The Korn shell automatically loads a function the first time it's called provided the function resides in a directory in the shell variable FPATH ...

go to in bourn shell
    Summary: I never heard of a "goto" in Korn shell. Why on Earth would you want a "goto" command? I thought that went out with Sinclair Basic. These days we have...

help with korn shell if command
    Summary: Here it is in Korn shell syntax: integer low high while ! (( low high )) do read low?"Enter a number: " read high?"Enter a higher num...

Korn shell
    Summary: Hello all, Is there a way to login as root in Korn shell without displaying the password in /etc/passwd? Thanks JT ...

kill command in Korn shell
    Summary: If I try to kill a shell from that shell's command prompt itself, then what happens.Im doing it from korn shell. Ex: /bin/ksh echo $KSHPID It outputs ...

korn shell script problem (using awk ? )
    Summary: hi , I have a problem in Korn shell script(in dtksh) my program is like that...... #!/usr/dt/bin/dtksh awk ' BEGIN { FS = ":"; # print '$1','$2...

korn shell find files 45 days old
    Summary: I am sure this has been done before in Korn Shell without using Perl, etc. I need to loop through a directory of files and print the names of those fi...

How to clean up screen by Korn Shell?
    Summary: Is there anyone knows which command will be suitable to clean up screen in Korn Shell script? I am writing a menu script, before the second submenu di...

Substring in Korn Shell Script
    Summary: Hi: Since you're data is fixed length, you can do something like this: while read x do f1=$(echo $x|cut -c1-4) f2=$(echo $x|cut -c5-6) f3=$(e...

Initializing files to empty in korn
    Summary: hello, i want to know how to initialize a file to an empty one in korn shell scripting? i'm using a file name and building it during a while loop usin...

can an FTP Korn Shell Script be written
    Summary: hello, I am having trouble creating a batch script to FTP a file from UNIX to NT. It seems that when I invoke the script, the ftp command invokes the...

ftp in shell script
    Summary: I need to know if the connection fails to the remote host in a shell script. Which error codes etc should I check for? What would be in the if stateme...

Korn shell script that reads in in
    Summary: Hello, I need to create a korn shell script that will read columns from a seperate file. For instance: filename: inventory color size type red ...

korn shell help please
    Summary: I know that grep the_specified_string myfile can finds a line that contains a specified string in a file. How can I reach the same goal in a korn she...

Korn shell script doubt ???
    Summary: hi, I have a question. I'm doing a Korn Shell script. I want to find out the list of users who have either logged in or logged out during the period...

Reading a file in Korn shell
    Summary: Hi, I have an env file with multiple lines separated by semicolon. I would like to retrieve a particular line from the file, extract each field separa...

loops in shell scripts!!!
    Summary: Or in Korn shell: #!/bin/ksh integer i=0 limit=10 while (( i limit )) && (( i += 1 )) do     print "This is iteration ${i}" done ...

sftp Korn shell script
    Summary: I am trying to write a Korn shell script to use sftp to transfer data from one system to another. I cannot seem to figure out how to send the required...

Korn Shell script
    Summary: Appreciate if can give help in writing Korn Shells to resolve the following problems: To check that all users in the /etc/passwd file have a home dire...

Jump To: 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | >>

Sponsored Results for: ftp in korn shell

Ads by Google