Creating a file using the command line
You can create new files using the cat command:
cat > new.txt
Using the appropriate command, create a file test.txt in the folder dir.
You can create new files using the cat command:
cat > new.txt
Using the appropriate command, create a file test.txt in the folder dir.