Skip to Content
MLOps 실전 가이드
book

MLOps 실전 가이드

by 노아 기프트, 알프레도 데자, 이일섭, 서기원, 맹윤호(감수), 이장후
July 2023
Beginner to intermediate
496 pages
11h 43m
Korean
Hanbit Media, Inc.
Content preview from MLOps 실전 가이드
63
2
MLOps를 시작하기 위한 기본 개념
2.3.3 2.3.3
파일 탐색파일 탐색
GUI
에서 폴더나 파일을 열어볼 수 있듯이 셸에서도 명령어를 통해 동일한 작업을 수행할 수
있다.
pwd
명령어는 현재 작업 중인 디렉토리의 전체 경로를 출력한다.
bash-3.2$ pwd
/Users/noahgift
cd
명령어는 지정한 경로의 디렉토리로 작업 디렉토리를 옮긴다.
bash-3.2$ cd /tmp
2.3.4 2.3.4
셸 입출력셸 입출력
앞선 예제에서
ls
명령어 출력이 파이프 연산자를 통해 다음 명령어의 입력으로 전달되는 것을
확인할 수 있었다. 하나의 명령을 다른 명령으로 파이핑
piping
하는 것은 입력이나 출력의 결과
에 정교한 작업을 추가할 목적으로 셸에서 자주 사용하는 테크닉이다. 비슷한 역할을 수행하는
연산으로 리다이렉션
redirection
이 있다.
아래 코드는 리다이렉션과 파이프가 모두 있는 워크플로를 보여준다. 먼저, ‘
foo
bar
baz
’라는
문장의
echo
명령어를 통한 출력을
out
.
txt
라는 파일에 쓴다.
cat
명령어를 통해 출력되는
파일 내용물은 파이프를 통해
wc
명령어의 입력에 연결된다.
wc
명령어의
-
w
옵션은 입력된 문
장에서 단어의 수를 세고,
-
c
옵션은 문자의 수를 세어 출력한다.
bash-3.2$ cd /tmp
bash-3.2$ ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.

Read now

Unlock full access

More than 5,000 organizations count on O’Reilly

AirBnbBlueOriginElectronic ArtsHomeDepotNasdaqRakutenTata Consultancy Services

QuotationMarkO’Reilly covers everything we've got, with content to help us build a world-class technology community, upgrade the capabilities and competencies of our teams, and improve overall team performance as well as their engagement.
Julian F.
Head of Cybersecurity
QuotationMarkI wanted to learn C and C++, but it didn't click for me until I picked up an O'Reilly book. When I went on the O’Reilly platform, I was astonished to find all the books there, plus live events and sandboxes so you could play around with the technology.
Addison B.
Field Engineer
QuotationMarkI’ve been on the O’Reilly platform for more than eight years. I use a couple of learning platforms, but I'm on O'Reilly more than anybody else. When you're there, you start learning. I'm never disappointed.
Amir M.
Data Platform Tech Lead
QuotationMarkI'm always learning. So when I got on to O'Reilly, I was like a kid in a candy store. There are playlists. There are answers. There's on-demand training. It's worth its weight in gold, in terms of what it allows me to do.
Mark W.
Embedded Software Engineer

You might also like

MLOps 도입 가이드

MLOps 도입 가이드

데이터이쿠
헤드 퍼스트 C#(4판)

헤드 퍼스트 C#(4판)

앤드류 스텔만, 제니퍼 그린

Publisher Resources

ISBN: 9791169211215