Questions tagged «file-types»


3
如何按文件类型查找文件?
我知道我可以用查找文件find:find . -type f -name 'sunrise'。结果示例: ./sunrise ./events/sunrise ./astronomy/sunrise ./schedule/sunrise 我也知道我可以确定文件的文件类型:file sunrise。结果示例: sunrise: PEM RSA private key 但是如何按文件类型查找文件? 例如my-find . -type f -name 'sunrise' -filetype=bash-script: ./astronomy/sunrise ./schedule/sunrise
By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.