知っておくと便利なコマンド
(1) findコマンド
ファイルの検索コマンド
必要であるコマンドでしたが、これまで使いきれていなかったコマンドです。
使用例:
# find / -name “Weeks.php” -print
このように、-name “Weeks.php” -print と入れないと検索されません。
これまで、
find / Weeks.php のように使っていたので、「Weeks.php」が検索されませんでした。
breadcrumb-navxt
domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init
action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /var/www/wordpress/wp-includes/functions.php on line 6114(1) findコマンド
ファイルの検索コマンド
必要であるコマンドでしたが、これまで使いきれていなかったコマンドです。
使用例:
# find / -name “Weeks.php” -print
このように、-name “Weeks.php” -print と入れないと検索されません。
これまで、
find / Weeks.php のように使っていたので、「Weeks.php」が検索されませんでした。