PR

コマンドの場所を調べるには

コマンドの場所を調べるには which コマンドを使用する。例えば ls コマンドがどこにあるのか調べるとこうなる。

$ which ls
/bin/ls

-a オプションを付けると、エイリアスを含む全ての実行可能なパスを表示する。

$ which -a which
/usr/bin/which
/bin/which

 

コメント


Warning: Trying to access array offset on value of type null in /home/tokuvin/tokuvin.net/public_html/pc/wp-content/plugins/amazonjs/amazonjs.php on line 637