LoginSignup
0
1

[sh] ファイルを探す

Last updated at Posted at 2023-05-31

ファイルがどこにあるかを探すスクリプト。2>/dev/nullでエラー(Operation not permitted など)を出力させないようにしているところがポイント。

find {探索先} -name {探しているファイル名} 2>/dev/null
0
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
1