Checking if a file exists on my computer is easy. But how about checking if this file exist on my server?
If my file is:
host@server:/path/to/my/file.txt
What do I need to do to check if it exists?
|
Checking if a file exists on my computer is easy. But how about checking if this file exist on my server? If my file is:
What do I need to do to check if it exists? |
||||
Questions on Stack Overflow are expected to relate to programming or software development within the scope defined in the FAQ. Consider editing the question or leaving comments for improvement if you believe the question can be reworded to fit within the scope. Read more about closed questions here.
|
How about this?
|
|||
|
|
Something like this could help -
|
|||
ssh. – Joachim Pileborg Dec 1 '11 at 16:36