Skip to content

Correct readme example for product#2

Open
netei wants to merge 1 commit intocdax:masterfrom
netei:patch-1
Open

Correct readme example for product#2
netei wants to merge 1 commit intocdax:masterfrom
netei:patch-1

Conversation

@netei
Copy link

@netei netei commented Feb 18, 2016

No description provided.

@cdax
Copy link
Owner

cdax commented Feb 18, 2016

Hey @netei

Thanks for taking the time to validate the project documentation!

However, I tried running the script on the set of files shown in the README, and I'm not getting the results that you've shown in your PR. Am I missing something here?

@netei
Copy link
Author

netei commented Feb 19, 2016

That's exactly what I get.

Here are the exact commands typed :

$ cat > set1.txt
abc
def
ghi
def
$ cat > set2.txt
def
ghi
ghi
abc
$ cat > set3.txt
abc
xyz
def
ghi
$ cat set
set1.txt  set2.txt  set3.txt
$ cat set*
abc
def
ghi
def
def
ghi
ghi
abc
abc
xyz
def
ghi
$ setop product set
set1.txt  set2.txt  set3.txt
$ setop product set1.txt set
set1.txt  set2.txt  set3.txt
$ setop product set1.txt set2.txt
ghi abc
def abc
abc abc
ghi def
def def
abc def
ghi ghi
def ghi
abc ghi
$

@netei
Copy link
Author

netei commented Mar 14, 2016

up ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants