Tagged Questions
0
votes
2answers
391 views
Terminating ssh remote command execution on SIGPIPE
ssh remotehost "remote_command" | more
This executes remote_command on remotehost, and paginates the output of remote_command. If the user is unwilling to scroll through all the pages, he might ...