How to replace some text using sed awk, and bash ?
Today we will see how to replace some text from a string using sed, awk, tr and in bash shell. Suppose you want to remove “~” from a string, it...
Today we will see how to replace some text from a string using sed, awk, tr and in bash shell. Suppose you want to remove “~” from a string, it...
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...
Today we will look what is : in bash shell in Linux or Unix and how to use it, and what is its impact if used. What is : (colon)...