2021-12-29から1日間の記事一覧
human readble なファイルの見つけ方。 // 一番簡単な方法, ファイル名と文字コードを出力させる。file *// human readble で// ファイルサイズを指定して、// 実行不可なファイルを検索する場合find . -type f -size 1033c ! -executable -exec file {} + |…
human readble なファイルの見つけ方。 // 一番簡単な方法, ファイル名と文字コードを出力させる。file *// human readble で// ファイルサイズを指定して、// 実行不可なファイルを検索する場合find . -type f -size 1033c ! -executable -exec file {} + |…