Skip to content
Carsten Fortmann-Grote edited this page Mar 15, 2024 · 2 revisions

List of markup elements and meaning

  • Hyperlinks: https://pad.gwdg.de/GTpjLT2dQUypDnl0LCG1tA#, our pad
  • Command: ls
  • Command with optional arguments: ls [DIR]
  • Directory or filename: /home/, ~/Desktop, pentone.pdb. Sometimes //usr/lib//, textfile.txt is used
  • code or command line sequence
    for i in 0 1 2
    do
        echo $i
    done
        
  • Key or key combinations
    • |Enter|: the keyboard key marked “Enter”
    • |A|: The keyboard letter key marked “A” (but without the Shift key!)
    • |Shift-A|: Press and hold the “Shift” key, press and release the “A” key, release the “Shift key”.
    • |CTRL-X|: Press and hold the “CTRL” key, press and release the “X” key, release the “CTRL”.
Clone this wiki locally