#linux
Read more stories on Hashnode
Articles with this tag
An operating system is software that manages a computer’s hardware. A computer system can be divided into four components: the hardware, the operating...
Grep grep "pattern" filename // search for the particular pattern grep -n "pattern" filename // show along with page number grep -e "pattern1" -e...