YOU SAID:
You can pass md5sum multiple filenames or bash expansions: $ md5sum * > checklist.chk # generates a list of checksums for any file that matches * $ md5sum -c checklist.chk # runs through the list to check them cron: OK database.sqlite3: OK fabfile.py: OK fabfile.pyc: OK manage.py: OK nginx.conf: OK uwsgi.ini: OK If you want to get fancy you can use things like find to drill down and filter the files, as well as working recursively
INTO JAPANESE
md5sumに複数のファイル名またはbash拡張を渡すことができます:$ md5sum *> checklist.chk#一致するファイルのチェックサムのリストを生成します* $ md5sum -c checklist.chk#リストを実行してそれらを確認しますcron:OK database.sqlite3 :OK fabfile.py:OK fabfile.pyc:OK manage.py:OK nginx.conf:OK uwsgi.ini:OK
BACK INTO ENGLISH
You can pass multiple file names or bash extensions to md5sum: $ md5sum *> checklist.chk # generate a list of checksums for matching files * $ md5sum -c checklist.chk # run the list Check them cron: OK database.sqlite3: OK fabfile.py:OK fabfile.pyc: OK manage.py:OK
INTO JAPANESE
複数のファイル名またはbash拡張子をmd5sumに渡すことができます。 fabfile.py:OK fabfile.pyc:OK manage.py:OK
BACK INTO ENGLISH
Multiple file names or bash extensions can be passed to md5sum. fabfile.py:OK fabfile.pyc: OK manage.py:OK
INTO JAPANESE
複数のファイル名またはbash拡張子をmd5sumに渡すことができます。 fabfile.py:OK fabfile.pyc:OK manage.py:OK
BACK INTO ENGLISH
Multiple file names or bash extensions can be passed to md5sum. fabfile.py:OK fabfile.pyc: OK manage.py:OK
This is a real translation party!