All public logs

From Steak Wiki
Jump to navigationJump to search

Combined display of all available logs of Steak Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 06:13, 5 June 2020 Adminguy talk contribs created page Loops (Created page with "This is a basic (bash) loop to operate on files. Examples are given for 7z and video conversion. <pre> #!/bin/bash -x #for i in *.webm; for i in *.7z do name=`echo $...")