10 More Discussions You Might Find Interesting
1. Shell Programming and Scripting
I have a file as shown below. I need to count the unique occurrences of numbers in the first and second column only if the third column is <= 10. Otherwise print the corresponding numbers as zero.
Thanks in advance!:)
58 80 40.74
76 80 9.78
76 80 8
12 6 9
30 28 8.23
45 12 ... (13 Replies)
Discussion started by: andreaalex
13 Replies
2. Shell Programming and Scripting
Hi,
I have 2 files
File 1
ABC
XYZ
MNO
WER
FDS
CFG
File 2
ABC_123456_234567
ABC_123456_234567
ABC_123456_234567
ABC_123456_234567
ABC_123456_234567 (1 Reply)
Discussion started by: Diya123
1 Replies
3. Shell Programming and Scripting
I want to get the count of occurance of a user in a file.
abc
abc
bcd
bcd
bcd
xyz
The result should be like
abc 2
bcd 3
xyz 1 (2 Replies)
Discussion started by: Sanjeev Yadav
2 Replies
4. Shell Programming and Scripting
Hi,
I have a file with 2500 entries. There are many duplicates,triplicates symbols in my file in the first column and the second column has categories(high/medium/low) . I want to have count for the occurances of each category for each unique symbol
ABC high
ABC high
ABC medium
ABC ... (2 Replies)
Discussion started by: Diya123
2 Replies
5. UNIX for Dummies Questions & Answers
how wouldi change all occurances of that to they regardless of the number of times it appears on a line? (2 Replies)
Discussion started by: trob
2 Replies
6. Shell Programming and Scripting
I have this line in a file
gtgti1/gtgticcrunit1/gtgti_ccrunit_10n/port_arbiter1/port7 = gtgti1/gtgticcrunit1/gtgti_ccrunit_10n/port_arbiter1/port7;
gtgti1/gtgticcrunit1/gtgti_ccrunit_10n/port_arbiter1/np_ing0_head = gtgti1/gtgticcrunit1/gtgti_ccrunit_10n/port_arbiter1/np_ing0_head;
I want... (11 Replies)
Discussion started by: pitagi
11 Replies
7. Shell Programming and Scripting
Hi. I need to count multiple occurrences of X Y Z in a file in 1 go. At the moment I have the following scripts:
ssh readonly@$ServerIP 'YEAR=xx;DAY=xx;MONTH=xx;LMONTH=xx;for i in 00 01 02 03 04 05 06 07 08 09 10 11 12 13 14 15 \
16 17 18 19 20 21 22 23; do cat... (13 Replies)
Discussion started by: msullivan
13 Replies
8. UNIX for Dummies Questions & Answers
Hi,
Anyone know how to do the following? :eek:
I Have a file as follows:
happygoluckypeoplearenotalwayshappy
happyisawordthatisnotusedalot
If the word "happy" is present MORE than once in EACH line, I want to delete the line, hence in the above case, the first line will be deleted. ... (8 Replies)
Discussion started by: dr_sabz
8 Replies
9. UNIX for Dummies Questions & Answers
Hi,
I have a fixed width file in the following format
Sr.No A.No Name
1 2 PPP
3 4 PPP
5 6 TTT
7 8 OOO
9 10 OOO
11 12 OOO
The 3rd column starts at position 10 and ends at 15. I want to count the number of occurances of each Name and output to a file
Example in the... (2 Replies)
Discussion started by: samit_9999
2 Replies
10. UNIX for Dummies Questions & Answers
I have two files I want to compare, one is a list of variables and the other is a text file COBOL program.
Basically what I want to do is display only those variables that appear in the COBOL program only once. However I would also accept a count of each variable as it appears in the COBOL... (2 Replies)
Discussion started by: Keith Gergel
2 Replies