How to reset teminal under mac os x - Super User most recent 30 from superuser.com2010-03-20T13:19:45Zhttp://superuser.com/feeds/question/70111http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://superuser.com/questions/70111/how-to-reset-teminal-under-mac-os-x1How to reset teminal under mac os xmichalhttp://superuser.com/users/179102009-11-13T15:23:52Z2009-11-13T15:35:17Z
<p>I would like to reset completely terminal window. Not 'clear' - old outputs are still there, when u scroll up. It is especially useful during reading some debugger output, to have one attempt in termial (it takes hundreds of lines). </p>
http://superuser.com/questions/70111/how-to-reset-teminal-under-mac-os-x/70113#701132Answer by dex for How to reset teminal under mac os xdexhttp://superuser.com/users/512009-11-13T15:29:17Z2009-11-13T15:29:17Z<p>Command-K should do the trick. (or <code>View > Clear Scrollback</code>)</p>
http://superuser.com/questions/70111/how-to-reset-teminal-under-mac-os-x/70114#701140Answer by Ashy for How to reset teminal under mac os xAshyhttp://superuser.com/users/178172009-11-13T15:31:00Z2009-11-13T15:31:00Z<p>Yep, try "View" > "Clear Scrollback ⌘K"</p>
http://superuser.com/questions/70111/how-to-reset-teminal-under-mac-os-x/70115#701150Answer by Ben S for How to reset teminal under mac os xBen Shttp://superuser.com/users/90592009-11-13T15:35:17Z2009-11-13T15:35:17Z<p>Use the shortcut: <kbd>Cmd</kbd> + <kbd>K</kbd> or View -> Clear Scrollback.</p>
<p>However, if you messed up the encoding of the Terminal by piping output incorrectly, you should first call the <code>reset</code> command to re-initialize the it.</p>