This commit is contained in:
stubbfel
2013-06-30 21:56:23 +02:00
commit 1aa14e5344
17 changed files with 612 additions and 0 deletions

7
listTag.sh Executable file
View File

@@ -0,0 +1,7 @@
#!/bin/bash
TAG=$1;
PATH=$2;
TYPE=$3
/usr/bin/find $PATH -name "*.$TYPE" -exec /usr/bin/grep -F "[$TAG]" {} \;