How to split a line into words in Linux ?
Today we will look at an interesting article to know how to split a line into words using extended grep command. Splitting a Line into Words [root@nglinux ~]# echo "Welcome...
Today we will look at an interesting article to know how to split a line into words using extended grep command. Splitting a Line into Words [root@nglinux ~]# echo "Welcome...
In this post, we will look how to use sed command to grep a particular line in Linux. This is one of the most used command in our day to...
In this article we will look how to create RPM packages in redhat or centos operating environment using the source RPM package i.e. from .src.rpm package. For this purpose, you...
In this article, we will see a quick tip, how to identify what all system calls are used by a command in Linux. To know about system calls, we can...
In this post, we will look how nested loop works in Linux Bash shell. The loop works similar to any other programming language. Let us have a look at a...