Day 3 Task: Basic Linux Commands
๐ To view what's written in a file
To create a file write the command touch new_file.txt
To write in the new_file.txt write command vim new_file.txt
To view what is written in file cat new_file.txt
Output: hello world
Note: After writing the...
sriparthu.hashnode.dev2 min read