| by Arround The Web | No comments

Bash script: Pause Script Before pProceeding

Normally, a Bash script will execute each line of code the moment it reaches it, then immediately move on to the next. But it is also possible to add pauses to a Bash script in order to delay it or allow the user time to respond to a prompt, etc.

The post Bash script: Pause Script Before pProceeding appeared first on Linux Today.

Share Button

Source: Linux Today

Leave a Reply