Changes between Version 10 and Version 11 of TipAndDoc/console/shell


Ignore:
Timestamp:
Jun 3, 2017 11:25:59 PM (7 years ago)
Author:
mitty
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TipAndDoc/console/shell

    v10 v11  
    9090 > }}} 
    9191 
     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 
    9297  = bash = 
    9398 * [http://fumixlog.blogspot.jp/2009/09/gdm-bashprofile.html インストールと設定の備忘録(第二部): gdm 経由でログインすると .bash_profile が実行されない]