How to pick complete line while working in Loop under Unix or Linux ?
Today we will see one of the useful tip in Linux. That is when we try to search complete line text from a long file, then it take individual words...
Today we will see one of the useful tip in Linux. That is when we try to search complete line text from a long file, then it take individual words...
In this article, we will see how to collect pdump in AIX server. Lets see the steps of collecting pdump on the server. 1. First download the pdump tool from...
Today we will look at the regex to search/grep multiple characters or words from a file or output in linux. First create a file with below contents. [root@nglinux ]# cat...
In this post, we will look how to code using for/while loop in python alongwith how to mention comments in the python file. I. Comments in Python a. Multiple Line...
In this post, we will look at an interesting feature of “for” loop in Python. In Python, we have a special clause known as “else” with for loop. This “else”...
In this post, we will look how to use for loop in python and usage of range function. To understand both of these parameters lets have a look at an...
Today we will look how to define and use arrays in python. To understand this, lets have a look at a program. Using Arrays in Python user@ngelinux:python$ cat sixth.py #!/usr/bin/python...