Search through a word till end of line with sed in Linux Bash Shell.
Today we will see how to search starting from a word, and then select text till end of the line with sed command in linux bash shell. Lets see step...
Today we will see how to search starting from a word, and then select text till end of the line with sed command in linux bash shell. Lets see step...
One of the interesting issue you may face is while scp, you get an error message and the file copy is skipped. I. Error Message [userA@NGEL-userA saket]$ scp userA@10.167.229.11:/tmp/NGEFTP.log_ngelinux001.tar.gz /tmp/...
Today we will see an interesting article how to get the last field of a string using cut command in linux. Suppose you are searching for files and want to...
An interesting thing to do when creating shell scripts is to know how to color some text/output and blink it. Today in this article , we will look how to...
Positional parameters as its name suggests are different positional variables automatically defined by linux shell. The shell automatically assigns the passed parameters according to their position in 9 different parameters(1...
Let us look how to mount a filesystem from backup superblock location. In general this is not required, however sometimes in case you feel issue with primary superblock, this way...