This filter is a page
Drawer: Words
Designators that grab just a piece of the previous line.
8 relics on this page
- SHL-008 !:0 Just the name of the previous command, with no arguments. Words uncommon
- SHL-009 !:n The nth word of the previous line — the command is word zero. Words forgotten
- SHL-010 !^ The first argument of the previous line — !$'s shy sibling. Words forgotten
- SHL-011 !$ The last argument of the previous line. If you take one home, take this. Words common
- SHL-012 !:* All the arguments of the previous line, without the command. Words uncommon
- SHL-013 !:n-m A range of words, from the nth to the mth, inclusive. Words forgotten
- SHL-014 !:n* From the nth word to the last: the tail of the line. Words forgotten
- SHL-015 !:n- From the nth to the next-to-last — drops the final word. Words forgotten