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
Next revision
Previous revision
linux_befehle [2015/04/15 10:23] – [Create empty files with specific size] adminlinux_befehle [2018/10/16 21:19] (current) – [Create md5 hash for each file] admin
Line 1: Line 1:
 ====== Linux Befehle / Programme benutzen ====== ====== Linux Befehle / Programme benutzen ======
  
 +===== Create md5 hash for each file =====
 +
 +  find ./deploy/ -name '*.zip' -type f ! -name \*.md5 | while read hash; do sha256sum $hash | awk '{print $1}' > $hash.md5; done
 ===== grep ===== ===== grep =====
  
linux_befehle.1429086193.txt.gz · Last modified: 2015/04/15 10:23 by admin