Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
abhinav-nath authored Aug 30, 2022
1 parent 3ff18a2 commit db67d02
Showing 1 changed file with 20 additions and 2 deletions.
22 changes: 20 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
# all-about-bash
# all-about-shell

This repository contains bash scripting snippets. Great for recalling basic syntaxes while writing shell scripts.
This repository contains various shell scripting snippets. Great for recalling basic syntaxes while writing shell scripts.

- **[Scripting](./scripting)**
- [notes](./scripting/shell-scripting-notes.md)
- [One liner scripts](./scripting/one-liner-scripts.md)
- [arguments](./scripting/arguments)
- [arrays](./scripting/arrays)
- [awk](./scripting/awk)
- [sed](./scripting/sed)
- [loops](./scripting/loops)
- [wildcards](./scripting/wildcards)

#### My setup for zsh:

- **[Setup](./setup)**
- [.zshrc](./setup/.zshrc)
- [.zsh_aliases](./setup/.zsh_aliases)
- [.zsh_functions](./setup/.zsh_functions)
- [kubectl aliases](./setup/kubectl-aliases.md)

0 comments on commit db67d02

Please sign in to comment.