KO
|
EN
gitlite — search
Search
#python
#java
#python3
#arduino
#golang
#machine-learning
#rust
#html
#flask
#javascript
#seismology
#nodejs
bash-example
★ 11
Open GitHub ↗
most used bash script building blocks
Download README (.md)
Explore Similar Repositories
vue-unit-test-demo
:
vue-unit-test = vue-test-utils + jest
tars
:
The Threat Actor Rosetta Stone (TARS) is a public listing to keep track of who keeps calling which actor groups by which names.
springboot-mybatis
:
springboot整合常用配置
Deep_Sort-Tracker
:
Simple Online and Realtime Tracking with a Deep Association Metric
lempo
:
LEMPO (Ldap Exposure on POrtainer) is an exploit for CVE-2018-19466 (LDAP Credentials Disclosure on Portainer). Featured @ DevFest Siberia 2018
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
bash-example
?
Download (.md)
# bash-example most used bash script building blocks ## [shell command visualization console graphics](https://github.com/sqshq/sampler) ## [console shortcuts](https://ss64.com/bash/syntax-keyboard.html) ## edit command line in vim editor shortcuts: ctrl-x ctrl-e ```sh # .bashrc, default style - vi set -o vi ``` ## how to run bash text in current terminal, source from text, execute bash text, run completion in current terminal ```sh # your command with bash-script-text generator is: `influx completion bash` eval $(influx completion bash) ``` ## useful links * [resource collection](https://github.com/awesome-lists/awesome-bash) * [awk user guide](https://www.gnu.org/software/gawk/manual/html_node/index.html) * [advanced bash scripting](http://tldp.org/LDP/abs/html/) * [bash guide](https://github.com/Idnan/bash-guide) * [keyboard shortcuts](https://www.makeuseof.com/linux-bash-terminal-shortcuts/)