Search Results

Search: Posts Made By: rakeshsingh
21,121
Posted By rakeshsingh
Try using the GNU ls in /opt/freeware/bin (if you...
Try using the GNU ls in /opt/freeware/bin (if you have it installed)
If it is fine, make sure /opt/freeware/bin is ahead of /usr/bin in your PATH
4,187
Posted By rakeshsingh
This doesn't check if the file transfer has...
This doesn't check if the file transfer has completed etc. But should be enough to get you started?


#!/bin/ksh

if [ ! -d .done ] ; then
mkdir .done
fi

if [ ! -d .error ] ; then
...
4,508
Posted By rakeshsingh
tr -d '\n' < /yourfile
tr -d '\n' < /yourfile
11,896
Posted By rakeshsingh
Hi The script uses Connect Direct to...
Hi

The script uses Connect Direct to transfer files.
It calls the command line interface and issues the commands to
/opt/cdunix/ndm/bin/ndmcliIf I re-call, if the transfer mode is not set, it...
Showing results 1 to 4 of 4

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