Useful Commands

Week 4 useful commands

Week 4 useful commands

by Aysha Akmal 183-15-11959 -
Number of replies: 0

1. Touch command to create new file 

2. Nano command to open file and to create new file.

3. Cat command to view files and to concatenate files

4.mv command to move files 

5. rm command to remove files

6. gzip and and gunzip command to create zip and extract zipped file.

We can find all available detailed options using --help

for example mv --help

Attachment 1.PNG
Attachment 2.PNG
Attachment 3.PNG
Attachment 4.PNG