Hey John,
      In order to achieve this, there are two methods that I know of,
however, they are only tested in the Bourne and Bourne Again shells.

clear && logout                 # Bourne Again (Bash) Shell
clear && exit                     # Bourne (sh) Shell

You may have to try similar commands (specific for that shell) for shells
that are not Bourne-derived, but one of these two commands should almost
always work.

Sincerely,
Gabriel
_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"

Reply via email to