Blog 10
Blog 10
commands
Introduction:
3. cd — Change Directory
touch new_file.txt
5. mkdir — Make Directory
mkdir new_directory
rmdir empty_directory
open file.txt
cp file.txt new_location/
9. nano — Text Editor
nano file.txt
mv file.txt new_location/
cat file.txt
13. find — Search for Files and Directories