LLinux Read More 8 minute read Wget Command in Linux with ExamplesbyMuhammad AzizFebruary 10, 2022 In this tutorial, you will learn about the wget command, its options, and how you can use these…
LLinux Read More 4 minute read Linux Tee Command with ExamplesbyEdXDFebruary 5, 2022 When working with the Linux terminal, you might need to execute a command to write some data to…
LLinux Read More 4 minute read Linux Whatis CommandbySamreena AslamFebruary 2, 2022 The whatis command in Linux is used to display the brief manual page description of Linux commands. The…
LLinux Read More 5 minute read Increment and Decrement Variables in BashbyMuhammad AzizFebruary 2, 2022 A variable is a placeholder that is used to store any numerical or text value so that it…
LLinux Read More 5 minute read How to Use the nmcli Command to Manage NetworkManagerbyEdXDFebruary 2, 2022 The nmcli command, available in many Linux variants, is a command-line tool for managing NetworkManager. Using nmcli, a…
LLinux Read More 9 minute read AWK Command Examples for Beginners / AWK Linux TutorialbyEdXDJanuary 26, 2022 Learning to use the AWK utility in Linux is a skill that most Linux users yearn to have.…
LLinux Read More 4 minute read Linux Sleep CommandbySamreena AslamJanuary 21, 2022 The sleep command is useful for delaying a script for a specified amount of time. In Linux or…
LLinux Read More 2 minute read Bash Write to FilebyEdXDJanuary 19, 2022 Reading and writing to files are common tasks among Linux command-line users. There are two ways in bash…
LLinux Read More 5 minute read Check if a String Contains a Substring in BashbyMuhammad AzizJanuary 18, 2022 In shell scripting, you may come to a situation where you need to find a substring from a…
LLinux Read More 5 minute read Bash Until LoopbyMuhammad AzizJanuary 17, 2022 Loop is a fundamental concept in computer programming languages. This concept can be used in bash scripts as…
LLinux Read More 2 minute read Bash Case StatementbyEdXDJanuary 16, 2022 The bash case statement is used to simplify complex conditionals in a bash script. Bash case statements use…
LLinux Read More 6 minute read Bash While LoopbyMuhammad AzizJanuary 16, 2022 In almost all programming languages, a loop is an easy and basic method used to repeat single or…