혹시 line the(으)로 찾으셨나요?
블로그
- Linux 기초 c. 파일에 텍스트 추가하기, tee, pipe 파일에 텍스트 추가하기 Adding Text to Files (Redirects) 3가지 방법이 있다. vi Redirect command output > or >> echo > or >> echo "Hello~" echo "hello" > jerr
- Ubuntu에 Docker 설치하기 ca-certificates curl sudo install -m 0755 -d /etc/apt/keyrings sudo curl -fsSL https://download.docker.com/linux keyrings/docker.asc sudo chmod a+r /etc/apt/keyrings/docker.asc # Add the repository to Apt sources: sudo tee