Skip to content

Instantly share code, notes, and snippets.

@toddsiegel
Created November 6, 2018 20:37
Show Gist options
  • Save toddsiegel/f793285b590b81142ae2e78e147cef4d to your computer and use it in GitHub Desktop.
Save toddsiegel/f793285b590b81142ae2e78e147cef4d to your computer and use it in GitHub Desktop.
Useful bash stuff
# `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