Advertisement
Guest User

Untitled

a guest
Jun 16th, 2019
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. bash-4.2# stty size
  2. 68 317
  3.  
  4. bash-4.2# stty size # check current terminal size before (it's not required)
  5. 0 0
  6. bash-4.2# stty rows 68
  7. bash-4.2# stty cols 317
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement