🐧 Linux Basics

To View a File in Linux:

To List Contents in a Directory:

Task 1

Create the Following Table in a File Named test_table1.txt:

1  2  3  4  5
6  7  8  9  10
11  12  13  14
15  16  17  18
  

Create a Directory named basic_linux and Move the File:

Count the Number of Lines:

Count the Number of Columns Per Row:

Count How Many Times "1" Appears:

Count Number of Words/Strings Containing "1":

Delete the File: