All public logs

Jump to navigation Jump to search

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

Logs
  • 13:04, 23 March 2024 Polya talk contribs created page Bash (Created page with "==== Базовые конструкции ==== В написании скрипта можно использовать следующие конструкции: if while for . {| class="wikitable" |If Базовый синтаксис: |While |For |Case |- | <source lang="bash"> if [ условие ] ; then echo "Hello" fi </source> | <source lang="bash">while [ условие ] do echo "Hello" done</source> | <source lang="bash"> for var in value1 value2 ......")