Differences

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

Link to this comparison view

Next revision
Previous revision
dev:bash:start [2015/01/23 17:49] – angelegt jsdev:bash:start [2024/02/08 06:13] (current) js
Line 1: Line 1:
 ====== Bash ====== ====== Bash ======
  
 +  * [[/dev/bash/split|split]] - split large files into smaller one
 +  * [[/dev/bash/timeout|timeout]] - call commands and tools with a timeout
 +  * [[/dev/bash/cryptpw|crypted password]] - openssl create crypted password
 +
 +  * [[https://github.com/dkorolev/bash-tetris/blob/master/tetris.sh|Tetris game pure in Bash]]
 +
 +
 +  * [[https://en.wikibooks.org/wiki/Bash_Shell_Scripting|Bash Shell Scripting Book]]