Loop For E1
-
Create the
test_filesdirectory inside/tmpwithmkdir /tmp/test_files -
Navigate into the directory recently created with
cd /tmp/test_files -
Create six files to test with
for [0..5] in i; touch test$i.txt -
Create more files with
touch test6.txt && touch test66.txt
Back to Managing Files