Skip to content

kyle-ip/shell-cheat-sheet

Repository files navigation

Shell Cheat Sheet

Shell

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+)

Usage

Clone this repository to server, and read the script to take effect.

git clone git@github.com:yipwinghong/shell-cheat-sheet.git
source shell-cheat-sheet/devops-cmd-alias.sh
source shell-cheat-sheet/enhanced-functions.sh
get_functions
# assert_equals
# bkr
# contains
# cycle
# ends_with
# lower
# lstrip
# progress_bar
# random_array_element
# range
# ...

Reference

About

Commonly used Shell scripts and guidelines for DevOps beginner.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published