shoxf/list

8 lines
98 B
Plaintext
Executable File

for fn in $(grep -rl "$1" index | cut -b 7- | rev | cut -b 5- | rev);do
echo "$fn" >> $2
done