hi,
how can i get the particular line/word in the file.
Ex:
$ cat my_file.txt
1
2
3
4
5
6
7
I want to get the "7" in the file my_file.txt. Tnx.
-coax
how can i get the particular line/word in the file.
Ex:
$ cat my_file.txt
1
2
3
4
5
6
7
I want to get the "7" in the file my_file.txt. Tnx.
-coax
Comment