Search Results

Search: Posts Made By: bala123
10,820
Posted By bala123
Thanks Guru for your detailed explanation. ...
Thanks Guru for your detailed explanation.

Thanks Scrutinizer for sharing the code using awk. It works as well.
10,820
Posted By bala123
Thanks Guru. It works like a charm. It would be...
Thanks Guru. It works like a charm.
It would be great if you can explain this command.
10,820
Posted By bala123
merging multiple lines into single line
Hi,

1. Each message starts with date
2. There is blank line between each message
3. Each message does not contain same number of lines.

Any help in merging multiple lines in each message to a...
2,125
Posted By bala123
Thanks Ranga for your quick reply. I would...
Thanks Ranga for your quick reply.

I would like to read first and last column of a given line (line by line not the entire file) and store in a table.

Can you help to match this requirement?
...
2,125
Posted By bala123
help required with shell script
Hi,

My input file as follws
$ cat 1.txt
-------
a aa aaa 11
b bb bbb 22

I am able to extract first and last column of a given line as follows.
$ nawk '{print $1}' FS= RS= 1.txt | awk '{...
Showing results 1 to 5 of 5

 
All times are GMT -4. The time now is 05:36 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy