Revision history of "Talk:Console Command 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) 14:52, 20 July 2024Littleguy (Talk | contribs). . (439 bytes) (+439). . (Created page with "== testing case conversion == for f in *; do temp="${f}_temp"; mv -- "$f" "$temp"; done && for f in *_temp; do mv -- "$f" "${f%_temp}"; done for f in *; do mv -- "$f" "$(ec...")