string replace() in Python
In this article, we would cover string replace() method in Python. Herein, it would first search the substring and if…
In this article, we would cover string replace() method in Python. Herein, it would first search the substring and if…
There are some special characters in a shell, which otherwise may have meant something else if used anywhere else. But,…
In this article, we would cover how we can add two numbers in a Shell Script. We will take BASH…
In this article, we would cover how to execute shell scripts in Ubuntu. Shell scripts are nothing but a group…
In this article, we would cover how to multiply decimals in a Shell Script. We will take BASH as reference…
In this article, we would cover string split() method in Python. The split() method is used to split a string…
In this article, we would cover how to boot Ubuntu 22.04 release in text mode. For numerous reasons, one may…
In this article, we would cover string center() method in Python. The method center() is mainly use to center the…
In this article, we would cover how to search for a process in top command. top command is a command-line…
In this article, we would cover string find() method in Python. Sometimes, we need to find a substring which is…