How to Count number of lines in a file in Linux ?
When you are just interested into number of lines in a file to make some decision based … Read more
When you are just interested into number of lines in a file to make some decision based … Read more
When you type something on linux shell, by default Linux save the commands what you type as … Read more
The following shell script demos the creation of archive / tar and then use commands to check … Read more
When you are writing python program, sometimes you need to make certain checks on variables and based … Read more
Following shell script helps to understand how to use modulo operator in bash and identify if number … Read more
Following shell script does, check if android application is installed find an apk path if android application … Read more
In the following script we check whether the current device is mounted or not by reading information … Read more
Android devices has a daemon adbd which helps it to get connected over USB using adb command … Read more
Using the below script we tries to connect to different wifi channels of hotspot using iwconfig command. … Read more
When you are working with strings in python, at some point in time, you would definitely need … Read more