Saturday, January 31, 2015

create small script 152 file

for f in {a..z} {A..Z} {0..99}
do
    echo hello > "$f.txt"
done

1 comment:

have a question, just spill it :D