Search Results

Search: Posts Made By: aramacha
3,537
Posted By aramacha
I haven't tried any script..but the echo command...
I haven't tried any script..but the echo command did generate the similar output, but I need a script to run it on different set of column & row combinations.
3,537
Posted By aramacha
Script to generate sequence of numbers
I need awk script to generate part number sequencing based on data in multiple columns like below

Input File
---------
Col A|Col B|Col C|
1|a|x|
2|b|y|
|c|z|
| |m|
| |n|

And out put...
1,408
Posted By aramacha
Thanks RudiC, its working as expected. But I am...
Thanks RudiC, its working as expected. But I am struggling a bit to convert into a script file. Can you please help me.

Thanks
1,408
Posted By aramacha
awk script to find duplicate values
The data below consits of items with Class, Sub Class and Property values. I would like to find out same value being captured for different property values for a same Class/Sub Class combination...
1,619
Posted By aramacha
Thanks RudiC. Sorry, my earlier output was...
Thanks RudiC.

Sorry, my earlier output was wrong. Here is the correct one.

ID|Column|Value|
2|Column 1|AHJ|
2|Column 4|AHJ|
4|Column 1|345|
4|Column 4|345|
4|Column 2|BNN|
4|Column...
1,619
Posted By aramacha
Output should have ID, column, repetitive value...
Output should have ID, column, repetitive value like
1|Column 1|ABC|
1|Column 4|ABC|
4|Column 1|345|
4|Column 4|345|
4|Column 1|BNN|
4|Column 4|BNN|
1,619
Posted By aramacha
awk script for contains search
I need help in awk script to do contains search and my requirement is below

I need to check if the value in each column is present in any other column and print it. And in some columns these value...
2,626
Posted By aramacha
Thanks RudiC. It worked exactly the same way I...
Thanks RudiC. It worked exactly the same way I wanted.

@Srini - Its a single column having larger data either separetd by comma or a space.
2,626
Posted By aramacha
awk script to replace nth character with comma
I have a requirement as below.

In one of my column, I have data which may or may not be separted with coma always. Now I need to validate the length of these text within the coma (if available)...
Showing results 1 to 9 of 9

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