read (Bash buildin)
(Redirected from Read)
Jump to navigation
Jump to search
https://www.gnu.org/software/bash/manual/html_node/Bash-Builtins.html#index-read
read read -p read -r read -r -d read -s
echo "First command" && read && echo "Second command"
echo "First command" && (echo "Press ENTER to continue or Ctrl+C to abort"; read) && echo "Second command"
Related terms[edit]
See also[edit]
read,read -r, read -p, input(), read -r -d, EOF, readarrayBash [ -c ],alias,&&, Bash history, Autocompletion,set,unset,export,.bash_aliases, .bashrc and .bash profile,PS1,echo,brace expansion, Function,shopt,trap,set -e,source,PATH,complete,disown,.hushlogin,.bashrc,builtin,eval,set,$PATH,$HOME,TZ,.profile,-e, -i,Builtin (Bash),mapfile,~, return (Bash), for, until,declare, dirname, basename, functions.sh, Bash arithmetic expansion,shift, bash --rcfile, readonly, $1, $@, Bash versions, Backslash \
Advertising: