忘備録です。
特定のディレクトリ配下のファイルのmd5値をすべて取得します。
$ find <target_dir> -type f -exec md5sum {} \;
例)
$ find /var/hoge/ -type f -exec md5sum {} \;
Go to list of users who liked
More than 5 years have passed since last update.
忘備録です。
特定のディレクトリ配下のファイルのmd5値をすべて取得します。
$ find <target_dir> -type f -exec md5sum {} \;
例)
$ find /var/hoge/ -type f -exec md5sum {} \;
Register as a new user and use Qiita more conveniently
Go to list of users who liked