Latest Articles
Easy regex to grep exact match with examples
How do I grep for an exact match for string or pattern from a file in Linux or Unix. How to search for exact pattern. How to grep exact match with examples?
How to add user to sudoers with best practices & examples
How to add user to sudoers file? How to give root privileges to a user in linux? how to give superuser permission in linux? sudoers syntax with examples
3 simple and useful tools to grep multiple strings in Linux
How to grep multiple strings and patterns in single line from a file in Linux or Unix? Is it possible to grep multiple strings using single command from a file? …
6 practical scenarios to use grep recursive with examples
Perform grep recursive search for string or pattern across directories and sub directories, include or exclude certain filenames, print output with or without …
Mastering Python subprocess Module [In-Depth Tutorial]
The different functions available with python subprocess are Popen(), call(), run(), check_call(), check_output(). What is the difference between these …
