search for: 9410746c

Displaying 1 result from an estimated 1 matches for "9410746c".

Did you mean: 940746
2005 Mar 01
1
command reordering
ssh myname at myhost 'printf %s: `hostname` ; ssh -V && printf %s: `hostname` ; php -v' Will return something like: myhost:myhost:OpenSSH_3.5etcetcetc 4.x.y Why is ssh putting the printf's together? This also works with any combination of ;/&& vs echo -n/printf. I found this site talking about rsync and getopt problems, but I haven't figured out the