To view a file in Linux:
To list contents in a directory:
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 genomics_workshop_PoODL
and move test_table1.txt
into it.
Count the number of lines in test_table1.txt
.
Count the number of columns per row in test_table1.txt
.
Count how many times 1
appears in test_table1.txt
.
Count the number of words/strings containing 1
in test_table1.txt
.
Delete test_table1.txt
.