hey all, I need to set up a shell script that ssh's into a remote server then runs some commands. I have minimal control over the remote server, and only slightly more control over the server the ...
The bash shell has a bunch of commands for processing text—things like sort (which can sort lines in a text file), tr (which you can use to convert uppercase to lowercase, or to delete entire classes ...