うたたね

メモ中心。

builtin commands

find 調べ中1

man を調べながら読んでいきます。 find(1) find コマンド find コマンドは対象パスのディレクトリーツリーを再帰的に探索して、指定された処理を実行する。 書式 find [-H | -L | -P] [-EXdsx] [-f path] path ... [expression] find [-H | -L | -P] [-EXds…

builtin command 調べ中2

type command たたいてみる。 shell は zsh。 type which which is a shell builtin type -a which which is a shell builtin which is /usr/bin/which

builtin command 調べ中

きっかけ man cd をたたいた。 BUILTIN(1) BSD General Commands Manual BUILTIN(1) NAME builtin, !, %, ., :, @, {, }, alias, alloc, bg, bind, bindkey, break, breaksw, builtins, case, cd, chdir, command, complete, continue, default, dirs, do, d…