All public logs

From ihaveahax's Site
Jump to navigationJump to search

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

Logs
  • 03:24, 22 January 2022 Ihaveahax talk contribs created page Shell stuff (Created page with "Some shell stuff I need to keep searching for. == Comparison == <syntaxhighlight lang="bash"> if [ abc = def ]; then echo "Valid" fi </syntaxhighlight> == Arguments == <syntaxhighlight lang="bash"> if $# -eq 0 ; then echo "No arguments" fi echo "First arg: $1" for arg in "$@"; do echo "Arg: $arg" done </syntaxhighlight>")