denysdovhan / bash-handbook

:book: For those who wanna learn Bash
https://git.io/bash-handbook
5.72k stars 756 forks source link

Consider including read command to prompt user to accept input from terminal #105

Closed MaheshBharadwaj closed 3 years ago

MaheshBharadwaj commented 4 years ago

Thank you for your excellent work :) Please consider adding the read command to this handbook to accept input from users into shell variables. A simple tool to create interactive shell scripts.