Upload 101 files
Browse filesThis view is limited to 50 files because it contains too many changes.
See raw diff
- create_file.sh +7 -0
- file_1.txt +0 -0
- file_10.txt +0 -0
- file_100.txt +0 -0
- file_11.txt +0 -0
- file_12.txt +0 -0
- file_13.txt +0 -0
- file_14.txt +0 -0
- file_15.txt +0 -0
- file_16.txt +0 -0
- file_17.txt +0 -0
- file_18.txt +0 -0
- file_19.txt +0 -0
- file_2.txt +0 -0
- file_20.txt +0 -0
- file_21.txt +0 -0
- file_22.txt +0 -0
- file_23.txt +0 -0
- file_24.txt +0 -0
- file_25.txt +0 -0
- file_26.txt +0 -0
- file_27.txt +0 -0
- file_28.txt +0 -0
- file_29.txt +0 -0
- file_3.txt +0 -0
- file_30.txt +0 -0
- file_31.txt +0 -0
- file_32.txt +0 -0
- file_33.txt +0 -0
- file_34.txt +0 -0
- file_35.txt +0 -0
- file_36.txt +0 -0
- file_37.txt +0 -0
- file_38.txt +0 -0
- file_39.txt +0 -0
- file_4.txt +0 -0
- file_40.txt +0 -0
- file_41.txt +0 -0
- file_42.txt +0 -0
- file_43.txt +0 -0
- file_44.txt +0 -0
- file_45.txt +0 -0
- file_46.txt +0 -0
- file_47.txt +0 -0
- file_48.txt +0 -0
- file_49.txt +0 -0
- file_5.txt +0 -0
- file_50.txt +0 -0
- file_51.txt +0 -0
- file_52.txt +0 -0
create_file.sh
ADDED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
#!/bin/bash
|
2 |
+
# Define the number of files to create
|
3 |
+
num_files=100
|
4 |
+
# Create the files
|
5 |
+
for i in $(seq 1 $num_files); do
|
6 |
+
touch "file_$i.txt"
|
7 |
+
done
|
file_1.txt
ADDED
File without changes
|
file_10.txt
ADDED
File without changes
|
file_100.txt
ADDED
File without changes
|
file_11.txt
ADDED
File without changes
|
file_12.txt
ADDED
File without changes
|
file_13.txt
ADDED
File without changes
|
file_14.txt
ADDED
File without changes
|
file_15.txt
ADDED
File without changes
|
file_16.txt
ADDED
File without changes
|
file_17.txt
ADDED
File without changes
|
file_18.txt
ADDED
File without changes
|
file_19.txt
ADDED
File without changes
|
file_2.txt
ADDED
File without changes
|
file_20.txt
ADDED
File without changes
|
file_21.txt
ADDED
File without changes
|
file_22.txt
ADDED
File without changes
|
file_23.txt
ADDED
File without changes
|
file_24.txt
ADDED
File without changes
|
file_25.txt
ADDED
File without changes
|
file_26.txt
ADDED
File without changes
|
file_27.txt
ADDED
File without changes
|
file_28.txt
ADDED
File without changes
|
file_29.txt
ADDED
File without changes
|
file_3.txt
ADDED
File without changes
|
file_30.txt
ADDED
File without changes
|
file_31.txt
ADDED
File without changes
|
file_32.txt
ADDED
File without changes
|
file_33.txt
ADDED
File without changes
|
file_34.txt
ADDED
File without changes
|
file_35.txt
ADDED
File without changes
|
file_36.txt
ADDED
File without changes
|
file_37.txt
ADDED
File without changes
|
file_38.txt
ADDED
File without changes
|
file_39.txt
ADDED
File without changes
|
file_4.txt
ADDED
File without changes
|
file_40.txt
ADDED
File without changes
|
file_41.txt
ADDED
File without changes
|
file_42.txt
ADDED
File without changes
|
file_43.txt
ADDED
File without changes
|
file_44.txt
ADDED
File without changes
|
file_45.txt
ADDED
File without changes
|
file_46.txt
ADDED
File without changes
|
file_47.txt
ADDED
File without changes
|
file_48.txt
ADDED
File without changes
|
file_49.txt
ADDED
File without changes
|
file_5.txt
ADDED
File without changes
|
file_50.txt
ADDED
File without changes
|
file_51.txt
ADDED
File without changes
|
file_52.txt
ADDED
File without changes
|