CSCI111: UNIX command completion

CSCI111: UNIX command completion


  • In emacs, if the following is in your .profile, you can use emacs commands for your editor and command history access
    EDITOR=/opt/gnu/bin/emacs
    VISUAL=/opt/gnu/bin/emacs
    FCEDIT=/opt/gnu/bin/emacs
    export MFEDIT="/opt/gnu/bin/emacs +%d %s"
    export TEXEDIT="/opt/gnu/bin/emacs +%d %s"
    

    Here to go through your "history" of commands,

    (easier to remember!) See also this page for help finding line numbers