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