Reply To: Korn Shell Scripting

Clovertech Forums Read Only Archives Cloverleaf General Korn Shell Scripting Reply To: Korn Shell Scripting

#56995
Troy Morton
Participant

    #!/usr/bin/ksh

    for myfile in `cat fileX`

    do

     

     FTP

     cd

     ASCII

     put $myfile

     quit

    done