Linux Task Day-3

#1.To view what's written in a file

#2. change the access permissions of files.

# 3.check which commands you have run till now.

#4.To remove directory or file

5.create a file and view the content .

#6.Add content in devops.txt (One in each line) - Apple, Mango, Banana, Cherry, Kiwi, Orange, Guava.

# 7.Show only top three fruits from the file.

#8.Show bottom three fruits from file.

# 9.create another file Colors.txt and to view the content.

#10.Add content in Colors.txt (One in each line) - Red, Pink, White, Black, Blue, Orange, Purple, Grey.

# 11.find the difference between fruits.txt and Colors.txt file.