Revision history of "Talk:Bash Shell Script Examples"

From Free Knowledge Base- The DUCK Project: information for everyone
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) 18:40, 19 January 2020Admin (Talk | contribs). . (332 bytes) (+332). . (Created page with "== example of loop == #!/bin/bash export DISPLAY=:0.0 w=$(xdotool search --class Angeldust.x86_64) #!/bin/bash for (( c=1; c<=20; c++ )) do echo "Task Number $c" ...")