User Tools

Site Tools


linux_befehle

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
linux_befehle [2018/10/16 21:16] adminlinux_befehle [2018/10/16 21:19] (current) – [Create md5 hash for each file] admin
Line 3: Line 3:
 ===== Create md5 hash for each file ===== ===== Create md5 hash for each file =====
  
-  find . -name '*.zip' -type f ! -name \*.md5 | while read a; do sha256sum $| awk '{print $1}' > $a.md5; done +  find ./deploy/ -name '*.zip' -type f ! -name \*.md5 | while read hash; do sha256sum $hash | awk '{print $1}' > $hash.md5; done
 ===== grep ===== ===== grep =====
  
linux_befehle.1539717415.txt.gz · Last modified: 2018/10/16 21:16 by admin