[CentOS] ssh & ksh question
m.roth at 5-cent.us
m.roth at 5-cent.usTue Aug 9 17:35:45 UTC 2016
- Previous message: [CentOS] Does e2fsck.conf contain "broken_system_clock = 1" per default on CentOS7?
- Next message: [CentOS] ssh & ksh question
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
I need to run a report, source file on system 1, on system 2. I'd like to
do this in one script, not have a second script to run it.
Now
cat script | ssh system2
works fine. But no matter what I've tried, it gags on
ssh system2 <<EOF
blah, blah
EOF.
Mostly, I have a multiline awk script in the script, with \ at the end of
each line... *but* I think it's seeing "\n" as an eol, and complaining, of
course.
Suggestions?
mark
- Previous message: [CentOS] Does e2fsck.conf contain "broken_system_clock = 1" per default on CentOS7?
- Next message: [CentOS] ssh & ksh question
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the CentOS mailing list