You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Shortcut for find . -maxdepth <num> '*some-pattern*'
set -uoe pipefail
usage.sh "$(basename $0) PATTERN [maxdepth]\n\nPattern is a regular expression and automatically surrounded with '*' regex unless a '^' appears as the first character or a '$' appears as the last character" $@ && exit