About Cacher
Web App
Download
Sign In
Sign Up
menu
Cacher is the code snippet organizer for pro developers
We empower you and your team to get more done, faster
Learn More
jack-zheng
2/12/2018 - 8:51 AM
share
Share
add_circle_outline
Save
tips about shell script
tips about shell script
Linux Bash Shell Tips.md
content_copy
file_download
Rendered
Source
when define a variable, use a="XX" instead of a = "XX", no space, or there will be a command not found exception
clear