sort puts data in order. By default it does this in ascending alphabetical order, but the flags -n and -r can be used to sort numerically and reverse the order of its output, while -b tells it to ignore leading blanks and -f tells it to fold case (i.e., be case-insensitive). Pipelines often use grep to get rid of unwanted records and then sort to put the remaining records in order.
uniq, whose job is to remove duplicated lines. More specifically, it removes adjacent duplicated lines
컨테이너화
컨테이너
각 애플리케이션마다 전용 OS 필요 없이, 하나의 호스트 OS에서 실행 가능
각 애플리케이션이 고유한 환경을 가지며 다른 application과 의존성 충돌되지 않는다.
격리성 제공 → 다른 ps에 간섭하지 않는다
높은 이식성과 재현성
컨테이너 오케스트레이션
데이터 모델 : 데이터셋의 논리적 구성과 해석을 정의