Horje
Bash add pause prompt in a shell script with bash pause command Code Example
Bash add pause prompt in a shell script with bash pause command
read -p "Press [Enter] key to start backup..."
read -p "Press any key to resume ..."
## Bash add pause prompt for 5 seconds ##
read -t 5 -p "I am going to wait for 5 seconds only ..."




Shell

Related
Laravel Rolling Back Migrations Code Example Laravel Rolling Back Migrations Code Example
artisan migration rollback Code Example artisan migration rollback Code Example
migration rollback Code Example migration rollback Code Example
how to restart docker linux Code Example how to restart docker linux Code Example
bash colors Code Example bash colors Code Example

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