pySets

pySets is a project that finds the union, intersection or difference between the elements (words or lines) in two files.
Download

pySets Ranking & Summary

Advertisement

  • Rating:
  • License:
  • GPL v3
  • Price:
  • FREE
  • Publisher Name:
  • Klaus Alexander Seistrup
  • Publisher web site:
  • http://gitorious.org/projects/pysortnet

pySets Tags


pySets Description

pySets is a project that finds the union, intersection or difference between the elements (words or lines) in two files. pySets is a project that finds the union, intersection or difference between the elements (words or lines) in two files.Usage: pysets COMMAND fileA Options: -f, --casefold ............... fold all elements to lowercase -l, --line-oriented .......... split files at line boundaries (default) -w, --word-oriented .......... split files at word boundaries -n, --count .................. display number of elements only -o, --slow ................... use generators to conserve memory -q, --quiet .................. no output for subset/supersetCommands: -b, --subset ................. true if all elements of A are in B -p, --superset ............... true if all elements of B are in A -i, --intersection ........... elements common to A and B (A&B) -u, --union .................. elements from both A and B (A|B) -d, --difference ............. elements in A but not in B (A-B) -s, --symmetric-difference ... elements in A or B, but not both (A^B) or -h, --help ................... this brief help text -v, --version ................ print version information -c, --copyright .............. show copying policyA dash ('-') is a valid alias for standard input. Elements of intersections, unions and differences will appear unordered.


pySets Related Software