All public logs
Jump to navigation
Jump to search
Combined display of all available logs of I Will Fear No Evil. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 08:27, 19 October 2021 Chubbard talk contribs created page Bash-common-checks (Created page with "## Common checks and validations that are a PITA to remember ## * Check if a var is an integer <pre> VAR=123 if [[ ${VAR} =~ ^-?[0-9]+$ ]]; then echo "Is integer" else ech...")