답변:
cd foo/bar && rm *.foobar원격 컴퓨터에서 실행하려면 간단히
ssh foo@bar.com 'cd foo/bar && rm *.foobar'
그리고 참조 man ssh...
ssh [-1246AaCfgkMNnqsTtVvXxY] [-b bind_address] [-c cipher_spec] [-D
[bind_address:]port] [-e escape_char] [-F configfile]
[-i identity_file] [-L [bind_address:]port:host:hostport]
[-l login_name] [-m mac_spec] [-O ctl_cmd] [-o option] [-p port] [-R
[bind_address:]port:host:hostport] [-S ctl_path] [-w tunnel:tunnel
[user@]hostname [command]
원하는 부분 :
ssh [user@]hostname [command]