diff --git a/home/bin/ftouch b/home/bin/ftouch new file mode 100755 index 0000000..fe1c6d9 --- /dev/null +++ b/home/bin/ftouch @@ -0,0 +1,5 @@ +#!/bin/bash + +find src -path "*$1*" | xargs touch +find src -path "*$1*" | xargs echo +