blob: 779b25bcdf352880c7610109c1a57b7f81756e59 (
plain)
1
2
3
|
I've got a "oneline" script in my ``~/bin/`` folder that I use when I want to edit many files that contain some text pattern in emacs.
``ag`` is the silver searcher, ``-l`` outputs the matching file names only.
|