Small code snipplets
These snipplets are not meant as HowTo or Tutorial or FAQ. Mostly they are only a line of code and a short comment.
See it more like an initial idea to give you a start.
List of snipplets
- arguments
- awk
- clipboard
- color
- crawl
- csv
- debug
- directory
- escaping
- file size
- files
- find
- input
- jobs
- kill
- line
- pause
- process management
- quoting
- readline
- recursive
- restore screen
- ssh
- ssh-keys
- terminal
- variables
- wrapper
- x11
- xclip
Filtered by snipplet=terminal
Snipplet | ↓ Last updated |
---|---|
Pausing a script (like MSDOS pause command) | 2010-07-31 |
Save and restore terminal/screen content | 2010-07-31 |
Print a horizontal line | 2010-07-31 |
Add Color to your scripts | 2013-03-23 |
Print a random string or select random elements | 2013-04-30 |