Script: Create Files
Create the
test_filesdirectory inside/tmpwithmkdir /tmp/test_filesNavigate into the directory recently created with
cd /tmp/test_filesCreate six files to test with
for [0..5] in i; touch test$i.txtCreate more files with
touch test6.txt && touch test66.txt
Back to Managing Files
Last updated