grep tom /etc/passwd
ignore word case
grep -i "tom" /etc/passwd
References
https://www.howtoforge.com/tutorial/linux-grep-command/
Daily Notes of a Programmer
grep tom /etc/passwd
ignore word case
grep -i "tom" /etc/passwd
References
https://www.howtoforge.com/tutorial/linux-grep-command/