Created
November 6, 2018 20:37
-
-
Save toddsiegel/f793285b590b81142ae2e78e147cef4d to your computer and use it in GitHub Desktop.
Useful bash stuff
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# `read` | |
## Basic usage | |
$ read -p "Useful prompt goes here" | |
## Use readline | |
$ read -e -p "..." |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment