Skip to content

Latest commit

Β 

History

History
14 lines (10 loc) Β· 333 Bytes

take-command.md

File metadata and controls

14 lines (10 loc) Β· 333 Bytes

Take Command

zshμ—μ„œ 디렉토리λ₯Ό μƒμ„±ν•˜κ³ (mkdir), 이동할 λ•Œ(cd)λ₯Ό 같이 μ‚¬μš© ν–ˆλ‹€.

$ mkdir directory # ~/Desktop
$ cd directory # ~/Desktop/directory

take λͺ…λ Ήμ–΄λ₯Ό μ‚¬μš©ν•˜μ—¬ 디렉토리 생성과 이동을 ν•œλ²ˆμ— ν•  수 μžˆλ‹€.

$ take directory # ~/Desktop/directory