Guest User

Untitled

a guest
Jan 18th, 2019
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. #!/bin/bash
  2. /usr/bin/rsh -n $Host_Name "cat asdf.txt &"
  3.  
  4. /usr/bin/rsh -n $Host_Name pid="$!"
  5.  
  6. /usr/bin/rsh -n $Host_Name "cat asdf.txt & echo $! >&2" 2> pidfile
Add Comment
Please, Sign In to add comment