Guest User

Untitled

a guest
Jan 22nd, 2019
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. # ttystate - Determine tty state
  2.  
  3. ## Example
  4.  
  5. ```
  6. $ ./ttystate.bash 0
  7. tty
  8. $ ./ttystate.bash 0 <ttystate.bash
  9. redirect
  10. $ echo | ./ttystate.bash 0
  11. pipe
  12. ```
Add Comment
Please, Sign In to add comment