4
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
#!/bin/bash
|
||||
|
||||
for f in {1..9}; do
|
||||
touch "$f xx.txt"
|
||||
done
|
||||
Reference in New Issue
Block a user
@@ -0,0 +1,5 @@
|
||||
#!/bin/bash
|
||||
|
||||
for f in {1..9}; do
|
||||
touch "$f xx.txt"
|
||||
done
|
||||