{"id":22808436,"url":"https://github.com/sixarm/except","last_synced_at":"2026-05-19T09:07:03.719Z","repository":{"id":137270319,"uuid":"80499428","full_name":"SixArm/except","owner":"SixArm","description":"The `except` command for Unix text processsing","archived":false,"fork":false,"pushed_at":"2025-04-14T08:43:22.000Z","size":4,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-04-14T09:44:45.819Z","etag":null,"topics":["awk","command","shell","unix"],"latest_commit_sha":null,"homepage":null,"language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/SixArm.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":"CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-01-31T07:19:10.000Z","updated_at":"2025-04-14T08:43:25.000Z","dependencies_parsed_at":"2024-05-18T20:15:06.647Z","dependency_job_id":null,"html_url":"https://github.com/SixArm/except","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/SixArm/except","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SixArm%2Fexcept","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SixArm%2Fexcept/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SixArm%2Fexcept/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SixArm%2Fexcept/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SixArm","download_url":"https://codeload.github.com/SixArm/except/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SixArm%2Fexcept/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265228981,"owners_count":23731089,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["awk","command","shell","unix"],"created_at":"2024-12-12T11:09:50.510Z","updated_at":"2026-05-19T09:06:58.687Z","avatar_url":"https://github.com/SixArm.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# The `except` command for Unix text processing\n\nPrint the lines that are in any of the inputs.\n\nSyntax:\n\n    union \u003cinput\u003e ...\n\nExample:\n\n    $ except 1.txt 2.txt\n    =\u003e lines that are in 1.txt, not 2.txt\n\n\n## Notes\n\nThe order doesn't matter.\n\nIn set theory, this command is (A except B) a.k.a. (A - B)\n\nThis command is currently implemented using `awk` and POSIX.\n\n\n## Related\n\nRelated commands for Unix text processing sets:\n\n* [`union`](https://github.com/sixarm/union): print lines in (A union B)\n* [`intersect`](https://github.com/sixarm/intersect): print lines in (A intersect B)\n* [`except`](https://github.com/sixarm/except): print lines in (A except B) a.k.a. (A - B)\n* [`extra`](https://github.com/sixarm/extra) : print lines in (A extra B) a.k.a. (B - A)\n\nExamples:\n\n    $ cat 1.txt\n    alpha\n    bravo\n\n    $ cat 2.txt\n    alpha\n    charlie\n\n    $ union 1.txt 2.txt\n    alpha\n    bravo\n    charlie\n\n    $ intersect 1.txt 2.txt\n    alpha\n\n    $ except 1.txt 2.txt\n    bravo\n\n    $ extra 1.txt 2.txt\n    charlie\n\n\n## Tracking\n\n* Program: except\n* Version: 2.0.2\n* Created: 2017-01-30\n* Updated: 2017-01-30\n* License: GPL\n* Contact: Joel Parker Henderson (joel@joelparkerhenderson.com)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsixarm%2Fexcept","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsixarm%2Fexcept","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsixarm%2Fexcept/lists"}