top | item 39465139

(no title)

bierjunge | 2 years ago

Nobody mentions $_ ? It gives you the last argument used, so:

  cat filename.txt

  grep "what I want" $_
expands "$_" to "filename.txt"

discuss

order

No comments yet.