Linux Command Line Deliberate practice
Contents
The following are the commands that I had practiced :
- grep : Display lines with a certain pattern
- -i
- -c
- -n
- -v
- file : Displays file type
- strings : Displays printable strings
- | : command - output | command - input
- cat file | grep pattern
- cut
- -d
- -f
- tr : translate
- -t : table
- more
- less
I hope to do some bit of practice regularly so that I remember Linux commands