Horje
how to read from keyboard in bash and store in a variable Code Example
how to read from keyboard in bash and store in a variable
#!/bin/bash
read -p "Enter your name : " name
echo "Hi, $name. Let us be friends!"




Shell

Related
Ubuntu date and time fix Code Example Ubuntu date and time fix Code Example
openssl generate self signed certificate Code Example openssl generate self signed certificate Code Example
linux time wrong Code Example linux time wrong Code Example
git merge theirs Code Example git merge theirs Code Example
cmd kill pid Code Example cmd kill pid Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
11