An open API service indexing awesome lists of open source software.

https://github.com/divyanshu-rawat/potential-eureka

Recalling shell scripting.
https://github.com/divyanshu-rawat/potential-eureka

shell-functions shell-if-then-else shell-inpout-output shell-scripts shell-shift shell-streams

Last synced: about 1 year ago
JSON representation

Recalling shell scripting.

Awesome Lists containing this project

README

          

# potential-eureka ๐Ÿ‘‹
Recalling shell scripting with examples and theory!! ๐ŸŽงโ˜…

| Scripts | Description |
| ------------- |:-------------:|
| create_script.sh | This script creates a new bash script, sets permissions and more. |
| drawing.sh | Outputs a line of characters. |
| fileCount.sh | Counts number of files in a directory. |
| fileExtension.sh | Change filename extensions. |
| guessGame.sh | A simple guessing game. |
| numberCount.sh | # This script prints a range of numbers. |
| strip.sh | Detect substring in a string. |
| zipScript.sh | This will compress the directory dir into file |

## Bash Notes โ˜…

| Notes | Description |
| ------------- |:-------------:|
| Pipes | [Pipes in bash](https://www.howtoforge.com/linux-mkfifo-command/) |