Views:
137,246
Votes: 32
Tag :
terminal
Link:
🔍 See Original Answer on Unix & Linux ⧉ 🔗
URL:
https://unix.stackexchange.com/q/515938
Title:
How to disable line wrap in a terminal?
ID:
/2019/04/28/How-to-disable-line-wrap-in-a-terminal_
Created:
April 28, 2019
Edited: February 18, 2022
Upload:
September 15, 2024
Layout: post
TOC:
false
Navigation: false
Copy to clipboard: false
You can temporarily disable line wrapping by entering this command::
tput rmam
To restore line wrapping use this command:
tput smam