Input

1 article
Interview Preparation Beginner

User Input

Basic Input: read echo "Enter your name:" read NAME echo "Hello, $NAME" read -p "Enter your name: " NAME # prompt on …

Jan 20, 2026 Read more