For the longest time, I assumed the sleep command only accepted whole integers as an argument.…
Monthly Archives
November 2020
-
-
Recently, I have been using Ansible to configure hosts that depend on the settings of other…
-
Sed basics Print file while replacing replacing a word. sed ‘s/old/new/g’ file.txt Print file with changes…
-
You can use for loops in bash just like in any other programing language. The basic…
-
The cut command gives you the power to cut strings in the Linux shell or in…