Pinned Loading
-
useful_shopt_options.sh
useful_shopt_options.sh 1#!/bin/bash23# not shopt but in the same vein4bind 'set completion-ignore-case on'
5 -
bash-if-operands.sh
bash-if-operands.sh 1# [[ -e FILE ]] FILE exists.2# [[ -b FILE ]] ...and is a block-special file.3# [[ -c FILE ]] ...and is a character-special file.4# [[ -d FILE ]] ...and is a directory.5# [[ -f FILE ]] ...and is a regular file.
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.

