1. 69_how to delete text from the beginning of the command line with ctirl k

    69_how to delete text from the beginning of the command line with ctirl k

    2
  2. 82_how to "see your bash command history" with the "history" command

    82_how to "see your bash command history" with the "history" command

    2
  3. 65_how to instantly go to the end of the command line with ctrl e

    65_how to instantly go to the end of the command line with ctrl e

    1
  4. 87_how to scroll to the next command with the down arrow

    87_how to scroll to the next command with the down arrow

    3
  5. 89_how to scroll to the next command with ctrl n

    89_how to scroll to the next command with ctrl n

    2
  6. 88_how to scroll through the previous command with ctrl p

    88_how to scroll through the previous command with ctrl p

    2
  7. 86_how to scroll through previous command with the up arrow

    86_how to scroll through previous command with the up arrow

    2
  8. 71_how to delete the most recently deleted text from a keyboard shortcut with ctrl y

    71_how to delete the most recently deleted text from a keyboard shortcut with ctrl y

    4
    1
  9. 73_how to move forward one word with alt f

    73_how to move forward one word with alt f

    3
  10. 85_how to shut down the terminal with ctrl d

    85_how to shut down the terminal with ctrl d

    3
    1
  11. 92_how to run your ctrl r search with ctrl o

    92_how to run your ctrl r search with ctrl o

    2
  12. 93_how to undo an action in bash with ctrl slash

    93_how to undo an action in bash with ctrl slash

    2
  13. 84_how to abort a process with ctrl c

    84_how to abort a process with ctrl c

    6
    1
  14. 70_how to delete all text in between a space boundary with ctrl w

    70_how to delete all text in between a space boundary with ctrl w

    2
  15. 91_how to escape out of the ctrl r search with ctrl g

    91_how to escape out of the ctrl r search with ctrl g

    2
  16. 60_why are there quotes around my directories?

    60_why are there quotes around my directories?

    4
  17. 67_how to move forward one character with ctrl f

    67_how to move forward one character with ctrl f

    1
  18. 66_how to move backwards one character with ctrl b

    66_how to move backwards one character with ctrl b

    1
  19. 90_how to end the ctrl r history search at current entry with ctrl j

    90_how to end the ctrl r history search at current entry with ctrl j

    4
  20. 79_how to swap two text characters with ctrl T

    79_how to swap two text characters with ctrl T

    1
  21. 61_why are there quotes around my files?

    61_why are there quotes around my files?

    1
  22. 68_how to delete text from the end of the command line with ctrl u

    68_how to delete text from the end of the command line with ctrl u