Hacker News new | ask | show | jobs
by argulane 1062 days ago
The last example really looks like perfect case for using `here document` feature.

    ssh -T host <<EOF
    ls "folder name"
    EOF