Windows에서 UNIX 스타일 코어 유틸리티를 사용할 수 있게 한다.
이 글에서는 Windows에서 UNIX 스타일의 코어 유틸리티를 네이티브로 실행할 수 있게 해주는 방법을紹介한다. Microsoft가 관리하는 빌드로 uutils/coreutils, findutils, grep을 단일 멀티콜 바이너리로 묶어 제공한다. 이를 통해 리눅스, 맥, WSL에서 쓰던 동일한 명령과 파이프라인을 그대로 사용할 수 있다.
Enables native execution of UNIX-style core utilities on Windows.
This article introduces a method to natively run UNIX-style core utilities on Windows. It highlights that Microsoft manages a build that combines uutils/coreutils, findutils, and grep into a single multi-call binary. This allows users to use the same commands and pipelines they are accustomed to in Linux, Mac, and WSL.