Skip to content
The Shell Reliquary

/static/relicario/en/etiqueta/palavras/

Menu

This filter is a page

Drawer: Words

Designators that grab just a piece of the previous line.

8 relics on this page

  1. SHL-008 !:0 Just the name of the previous command, with no arguments. Words uncommon
  2. SHL-009 !:n The nth word of the previous line — the command is word zero. Words forgotten
  3. SHL-010 !^ The first argument of the previous line — !$'s shy sibling. Words forgotten
  4. SHL-011 !$ The last argument of the previous line. If you take one home, take this. Words common
  5. SHL-012 !:* All the arguments of the previous line, without the command. Words uncommon
  6. SHL-013 !:n-m A range of words, from the nth to the mth, inclusive. Words forgotten
  7. SHL-014 !:n* From the nth word to the last: the tail of the line. Words forgotten
  8. SHL-015 !:n- From the nth to the next-to-last — drops the final word. Words forgotten