# Linux "find" Command Notes ## Examples `find $PATH_TO_FIND -name "*.ini" -type f` `find $PATH_TO_FIND -maxdepth 1 -type f -name "*.ini"` `find $PATH_TO_FIND -name "*.sh" -type f -exec chmod +x {} \;` > [name=R-CO] {} 表示檔案,後面的空格不能少 `find $PATH_TO_FIND -name "build" -type d -exec echo {} \;` ###### tags: `Linux`
×
Sign in
Email
Password
Forgot password
or
By clicking below, you agree to our
terms of service
.
Sign in via Facebook
Sign in via Twitter
Sign in via GitHub
Sign in via Dropbox
Sign in with Wallet
Wallet (
)
Connect another wallet
New to HackMD?
Sign up