Skip to content
The Shell Reliquary

/static/relicario/en/raridade/esquecido/

Menu

This filter is a page

Rarity: forgotten

Survives in every shell, summoned by almost no one.

15 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