Search Results

Search: Posts Made By: mstephens
29,149
Posted By mstephens
Depends on which shell you are using. The "["...
Depends on which shell you are using. The "[" version of test is the original one and tends to be an external program. Newer shells have "[[" which is a built in one and thus more efficient. You...
21,593
Posted By mstephens
I seem to think that batch sftp wants...
I seem to think that batch sftp wants authentication to have already been done and doesn't expect to see passwords in scripts.

Its probably possible to get round this by not letting sftp know...
21,145
Posted By mstephens
Andy, If you use ksh93 this will work. ...
Andy, If you use ksh93 this will work.

Stick your child scripts into functions - or at least have functions which run the child scripts using the . operator so that they are running within the...
Showing results 1 to 3 of 3

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