반응형
a∩b
time join <(sort b) <(sort a) | awk '{print $1}' | sort -u
a-b
diff <(sort a) <(sort b) | grep '<' | awk '{print $2}'
반응형
'IT & AI테크' 카테고리의 다른 글
| Unable to execute HTTP request: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target (0) | 2023.10.24 |
|---|---|
| Closing modal on outside click - 모달창 외부 클릭해서 닫게 하는 방법 (0) | 2023.06.22 |
| 티스토리 안쓰는 블로그 폐쇄하기 (0) | 2023.05.11 |
| 맥북, 아이폰, ... 애플 제품 KT 와이파이 끊길 때 이렇게 하세요. (0) | 2023.03.28 |
| 윈도우 캡쳐 깔끔하게 하는 방법 (0) | 2021.02.01 |