what does 'common /filter/ npass ' mean ?


 
Thread Tools Search this Thread
Top Forums Shell Programming and Scripting what does 'common /filter/ npass ' mean ?
# 1  
Old 07-12-2012
what does 'common /filter/ npass ' mean ?

Hi guy

i'm quite confused about a line :

common /filter/ fmin, npasses, hpfilter

is it a data type ?Smilie
# 2  
Old 07-12-2012
In what?
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. IP Networking

Common Vulnerability

Hi there, I am trying to find info about the commonly used ports and how it can be vulnerable and to identify them? For example, I would like to identify how to man-in-the-middle using these ports 21(FTP),22(SSH),23(TELNET), (1 Reply)
Discussion started by: alvinoo
1 Replies

2. UNIX for Dummies Questions & Answers

Filter records in a huge text file from a filter text file

Hi Folks, I have a text file with lots of rows with duplicates in the first column, i want to filter out records based on filter columns in a different filter text file. bash scripting is what i need. Data.txt Name OrderID Quantity Sam 123 300 Jay 342 498 Kev 78 2500 Sam 420 50 Vic 10... (3 Replies)
Discussion started by: tech_frk
3 Replies

3. UNIX for Dummies Questions & Answers

Filter lines common in two files

Thanks everyone. I got that problem solved. I require one more help here. (Yes, UNIX definitely seems to be fun and useful, and I WILL eventually learn it for myself. But I am now on a different project and don't really have time to go through all the basics. So, I will really appreciate some... (6 Replies)
Discussion started by: latsyrc
6 Replies

4. Shell Programming and Scripting

common ids

I have file1.txt I have file2.txt and I want to extract all the rows in file1.txt that have the same idsas file2.txt in the 3rd column in the file1.txt. so the output willl be I have tried sort ${data}/13.txt > ${data}/13 sort -k3,3 ${data}/333.txt > ${data}/333 awk... (4 Replies)
Discussion started by: johnkim0806
4 Replies

5. Shell Programming and Scripting

Common records

Hi, I have the following files, A M 2 3 B E 4 5 C I 5 6 D O 4 5 A M 3 4 B E 5 2 F U 7 9 J K 2 3 OUTPUT A M 2 3 3 4 B E 4 5 5 2 thanks in advance, (7 Replies)
Discussion started by: jacobs.smith
7 Replies

6. Shell Programming and Scripting

Getting Common value in three files

I have 3 files 1.csv abc def 2.csv abc xyb 3.csv abc e23 frw I need to search for the common word in all the three files. How do i do that in awk ? (10 Replies)
Discussion started by: nuthalapati
10 Replies

7. What is on Your Mind?

Perderabo: Is that a common handle?

In an web based turn-based-strategy game I play (which until I am sure of the rules of this section of the forum, I'll not post a link to but is tiny and involves wars, warz even ;)), there is a player called Perderabo who has become rather powerful by the looks of things... Could this be one and... (2 Replies)
Discussion started by: Smiling Dragon
2 Replies

8. UNIX for Dummies Questions & Answers

Common uses for Unix

What are some of the most common uses for Unix in the field? (4 Replies)
Discussion started by: rcengland
4 Replies

9. UNIX for Dummies Questions & Answers

is this a common problem in X?

does X apps some times go blank and you need to kill the app i find that to be very annoying becuse i do that a lot is there a fix for this here is my top - 15:22:46 up 2:25, 3 users, load average: 0.12, 0.09, 0.20 Tasks: 72 total, 1 running, 71 sleeping, 0 stopped, 0 zombie Cpu(s): ... (3 Replies)
Discussion started by: 3bumbs plumming
3 Replies
Login or Register to Ask a Question