Essential Linux Commands
Jul 21, 2023 路 4 min read 路 TASK 1: To view what's written in a file. ubuntu@ip-172-31-90-1:~/shanu$ cat test-2.txt This is a new file Cat: This is used to concatenate and display files on the terminal. It can also be used to modify existing ones. TASK 2: To change the access ...
Join discussion
