24
20

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

コマンドラインで集合演算

Last updated at Posted at 2014-03-26

コマンド出力の差分に対してとある処理をしたかったので汎用部分をまとめてみた
入力A

a
b
c
a
b
c

入力B

A
b
C
A
b
C

積集合

b

差集合

a
c
24
20
1

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
24
20

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?