Search Results

Search: Posts Made By: tksol
2,280
Posted By Corona688
I think you've mistaken some double quotes for...
I think you've mistaken some double quotes for single quotes.

The inner quotes can be single, but the outer probably should be double -- escaping doesn't even make sense in single quotes.

You...
2,280
Posted By Corona688
You can reduce the number of ssh connections by...
You can reduce the number of ssh connections by doing more things with one ssh call. You can run entire scripts, not just single commands:
$ ssh username@host /bin/sh -s a b 3 <<"EOF"

#...
Showing results 1 to 2 of 2

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