Bash Shell Script Examples: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

25 February 2021

20 February 2020

19 January 2020

3 June 2019

4 February 2016

13 February 2015

26 June 2014

  • curprev 15:4215:42, 26 June 2014 Admin talk contribs 391 bytes +391 Created page with "== Add Pause Prompt In a Shell Script == Use "read". There is no pause command under bash shell. #!/bin/bash echo $1 read -p "Press [Enter] key to continue." The sampl..."