![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| Shell Programming and Scripting Post questions about KSH, CSH, SH, BASH, PERL, PHP, SED, AWK and OTHER shell scripts and shell scripting languages here. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| check if remote file exists | hcclnoodles | Shell Programming and Scripting | 2 | 08-27-2008 06:53 PM |
| Need Script to check whether user exists in the remote machine | Srini75 | SCO | 1 | 09-07-2005 12:23 PM |
| check if exists a .ZIP file and unzip it using ftp | DebianJ | Shell Programming and Scripting | 1 | 05-05-2005 05:46 PM |
| Check Remote Folder Exists | borncrazy | Shell Programming and Scripting | 1 | 07-12-2004 05:15 PM |
| perl ftp check file exists | methos | Shell Programming and Scripting | 2 | 06-18-2003 09:21 AM |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
check if file exists on remote system ?
Hi there, I am designing a software rollout script and need to check if a particular file exists on a remote system
something along the lines of Code:
if [ -f `ssh remote_box /opt/SUNWexplo/bin/explorer` ] ; then blah blah The above doesnt work but you get the general idea....is there a way I can do this on a single line ?? any help would be greatly appreciated |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|