Revision history of "Creating and running batch files in Linux"

Jump to: navigation, search

Diff selection: Mark the radio boxes 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.

  • (cur | prev) 10:56, 20 August 2020AliIybar (Talk | contribs). . (186 bytes) (+186). . (Created page with "Category:Linux Create the file: vi runme.sh Add code into file: #!/bin/bash echo "Hello World!" Make file executable: chmod +x runme.sh Run the file from terminal:...")