Skip to content
The Shell Reliquary

/static/relicario/en/ordem/raridade/

Menu

This ordering is a page

Sorted by rarity

The same relics, from most forgotten to most common.

26 relics on this page

  1. SHL-002 !n The command numbered n in history, called by its number. Events forgotten
  2. SHL-003 !-n The command n lines back, counting from the end. Events forgotten
  3. SHL-005 !?texto? The last command containing the text, anywhere in the line. Events forgotten
  4. SHL-006 !# The line you are typing, repeated before you press Enter. Events forgotten
  5. SHL-009 !:n The nth word of the previous line — the command is word zero. Words forgotten
  6. SHL-010 !^ The first argument of the previous line — !$'s shy sibling. Words forgotten
  7. SHL-013 !:n-m A range of words, from the nth to the mth, inclusive. Words forgotten
  8. SHL-014 !:n* From the nth word to the last: the tail of the line. Words forgotten
  9. SHL-015 !:n- From the nth to the next-to-last — drops the final word. Words forgotten
  10. SHL-018 :r Drops the file's extension and keeps the rest. Modifiers forgotten
  11. SHL-019 :e Keeps only the extension, discarding the rest. Modifiers forgotten
  12. SHL-020 :s/a/b/ Swaps the first occurrence of a for b before running. Modifiers forgotten
  13. SHL-021 :gs/a/b/ Swaps every occurrence, not just the first. Modifiers forgotten
  14. SHL-023 fc Opens the previous command in your editor; saving is running. Neighboring tools forgotten
  15. SHL-026 set +H The switch: turns history expansion off where it gets in the way. Containment forgotten
  16. SHL-004 !texto The last command that started with that text. Events uncommon
  17. SHL-007 ^velho^novo^ Fixes the previous line by swapping old for new, then runs it. Substitution uncommon
  18. SHL-008 !:0 Just the name of the previous command, with no arguments. Words uncommon
  19. SHL-012 !:* All the arguments of the previous line, without the command. Words uncommon
  20. SHL-016 :h Of a path, keep the directory: dirname without a subshell. Modifiers uncommon
  21. SHL-017 :t Of a path, keep the file name: a two-letter basename. Modifiers uncommon
  22. SHL-022 :p Prints the expansion without running it — the box's safety net. Modifiers uncommon
  23. SHL-025 alt-. Pastes the previous line's last argument; repeated, it digs back in time. Neighboring tools uncommon
  24. SHL-001 !! The previous line, whole, brought back — sudo !! is the classic portrait. Events common
  25. SHL-011 !$ The last argument of the previous line. If you take one home, take this. Words common
  26. SHL-024 ctrl-r Incremental history search — the path everybody knows. Neighboring tools common