計算機科学のブログ

ほしい物リスト

Git - Beginning Git: Get Going with Git - command, cd, pwd, ls, mkdir

Head First Git: A Learner’s Guide to Understanding Git from the Inside OutRaju Gandhi(著)、 O’Reilly Mediaの Chapter 1.(Beginning Git: Get Going with Git)、WHO DOES WHAT?(89/715)の解答を求めてみる。

cdChanges directories.
pwdDisplays the path of the cuurent directory.
lsLists regular files in the cuurent directory.
mkdirCreates a new directory.
ls -ALists all files in the current directory.
cd ..Navigates to the parent directory.