Latest Articles
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 …
4 easy methods to check sudo access for user in Linux
How to check sudo access for a normal user? Is it possible to know if a user has sudo access using a script without password prompt?
Use Python Logging Like a PRO: Don't be a Rookie
Learn how to use python logging module with examples. Write to console, stdout, stderr, to log file or syslog. Create single or multiple handlers using …
