mkdir test123 cd test123 echo 123 > testfile.txt rm testfile.txt ping 127.0.0.1 cd .. rmdir test123