Talk: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.

19 January 2020

  • curprev 16:4016:40, 19 January 2020 Admin 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" ..."