commit fd679d52db93c9ba886cfa5797da1b31797b31b0 parent 3794a08c86a4b0c996d9f7f5d1251f50b60b908c Author: Anders Damsgaard <anders@adamsgaard.dk> Date: Wed, 11 Nov 2020 13:49:28 +0100 add list script Diffstat:
A | .local/bin/list | | | 2 | ++ |
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/.local/bin/list b/.local/bin/list @@ -0,0 +1,2 @@ +#!/bin/sh +grep -rnEi "$1" | grep -vE '^tags'