Commonly used Shell scripts and guidelines for DevOps beginner.
Most of the scripts depend on Shell builtin commands, while don't have to install third-party packages.
(A part of them require Bash 4+)
Clone this repository to server, and read the script to take effect.
git clone git@github.com:yipwinghong/shell-cheat-sheet.gitsource shell-cheat-sheet/devops-cmd-alias.sh
source shell-cheat-sheet/enhanced-functions.shget_functions
# assert_equals
# bkr
# contains
# cycle
# ends_with
# lower
# lstrip
# progress_bar
# random_array_element
# range
# ...