Changes between Version 10 and Version 11 of TipAndDoc/console/shell
- Timestamp:
- Jun 3, 2017 11:25:59 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TipAndDoc/console/shell
v10 v11 90 90 > }}} 91 91 92 * [https://stackoverflow.com/questions/16772186/bash-parallelize-md5sum-checksum-on-many-files Bash: parallelize md5sum checksum on many files - Stack Overflow] 93 > {{{find /mnt/data -type f | parallel -j 64 md5sum > md5.txt}}} 94 > 95 > {{{find /mnt/data -type f | xargs -L1 -P24 md5sum > /tmp/result.txt}}} 96 92 97 = bash = 93 98 * [http://fumixlog.blogspot.jp/2009/09/gdm-bashprofile.html インストールと設定の備忘録(第二部): gdm 経由でログインすると .bash_profile が実行されない]