|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Get inside! Sample the range of functionality easily built with JMSL Library for Time Series Data Analysis, Heat Maps, Portfolio Optimization, Monte Carlo Simulation, Stock Price Charting and more. Download Now! |
|
#1
|
|||
|
|||
|
hi all,
i am quite a newbie in the linux stuff, so be patient if i sound *too* lame i need to check if a directory exists on a remote machine... so i use a script like this: IPADDRESS=$1 DIRECTORY=$2 if [ -d $1:$2 ] then do stuff else create dir fi but the $1:$2 command isn't working what is the correct syntax? I googled around a bit, but with no profict ![]() |
|
#2
|
|||
|
|||
|
Please don't cross-post
http://forums.devshed.com/showthread.php?t=135498 |
![]() |
| Viewing: Dev Shed Forums > Web Site Management > Scripts > remote scripting |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|