Linux Cheat Sheets (awk, ed, sed, bash, screen, perl, and more)

Discussion in 'HOWTO-Related Questions' started by pkrumins, Jan 31, 2008.

  1. pkrumins

    pkrumins New Member

    Hey! While learning various linux tools in the past, I made several cheat sheets to speed up the learning process. Recently I decided to put them on my blog.

    Here is a link to all the cheat sheets on my blog:
    cheat sheets at catonmat (my blog)

    They include:
    * awk (awk, nawk and gawk) programming language cheat sheet,
    * sed, unix stream editor, cheat sheet,
    * ed, interactive unix text editor, cheat sheet,
    * perl's special variable cheat sheet,
    * perl's pack/unpack and printf/sprintf function cheat sheet,
    * screen vt100 terminal emulator cheat sheet,
    * bash vi editing mode (readline) cheat sheet, and
    * bash emacs editing mode cheat sheet.


    Tell me what you think and I hope you find them useful! :)

    ps. I have 5-10 more to publish, if you are interested, check back and possibly subscribe to my posts via rss feed :)


    Sincerely,
    Peteris Krumins
     
  2. pkrumins

    pkrumins New Member

    Hi all! I just wrote a another article with a cheat sheet. It's called "The Definitive Guide to Bash Command Line History". This tutorial teaches you how to quickly retrieve and modify commands you executed previously.

    It starts by reviewing the keyboard shortcuts for history retrieval in emacs and vi editing modes, then it covers the commands for listing and erasing the history, then it goes into discussing history expansion mechanism - event designators, word designators and their modifiers. Finally the guide lists variables and options to modify the default history behavior.

    The cheat sheet comes in PDF, Plain Text ASCII and LaTeX:
    Sincerely,
    Peteris Krumins
     

Share This Page