Abhi
0
Q:

input bash

# fullname="USER INPUT"
read -p "Enter fullname: " fullname
# user="USER INPUT"
read -p "Enter user: " user
2
#!/bin/bash
read -p "give input! " STOREDVAR
echo $STOREDVAR
1
echo "Synchronize repositories? Y/N"
read ANSWER
1

New to Communities?

Join the community