Find the answer to your Linux question:
Results 1 to 2 of 2
Hi all! I wanted to share a nice article that I wrote about doing various set operations in Unix shell. I used awk, comm, sort, uniq, diff, join, head, tail, ...
  1. #1
    Just Joined!
    Join Date
    Jan 2008
    Location
    Riga, Latvia
    Posts
    1

    Set Operations in Unix Shell

    Hi all!

    I wanted to share a nice article that I wrote about doing various set operations in Unix shell. I used awk, comm, sort, uniq, diff, join, head, tail, and other Unix utilities to do that.

    The article explains 14 various set operations:
    • Set Membership.
    • Set Equality.
    • Set Cardinality.
    • Subset Test.
    • Set Union.
    • Set Intersection.
    • Set Complement.
    • Set Symmetric Difference.
    • Power Set.
    • Set Cartesian Product.
    • Disjoint Set Test.
    • Empty Set Test.
    • Minimum.
    • Maximum.


    The article can be read here: Set Operations in Unix Shell

    I also created a .txt version of the article. It can be downloaded here: setops.txt


    What do you think about it?

  2. #2
    Just Joined! sathiya's Avatar
    Join Date
    Feb 2008
    Location
    Bangalore, India
    Posts
    97
    very useful blog....

    i enjoyed learning there...

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...