Horje
shell promt user input Code Example
shell promt user input
#!/bin/bash

read -p "Enter Your Name: "  username
echo "Welcome $username!"
Source: tecadmin.net




Shell

Related
git push origin master --force Code Example git push origin master --force Code Example
failed to start daemon: pid file found, ensure docker is not running or delete /var/run/docker.pid Code Example failed to start daemon: pid file found, ensure docker is not running or delete /var/run/docker.pid Code Example
bash send to dev null Code Example bash send to dev null Code Example
No such module 'Capacitor' Code Example No such module 'Capacitor' Code Example
how to get ram detail in linux Code Example how to get ram detail in linux Code Example

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