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.
- Host: GitHub
- URL: https://github.com/divyanshu-rawat/potential-eureka
- Owner: divyanshu-rawat
- Created: 2019-07-25T17:43:35.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-07-29T09:11:05.000Z (almost 7 years ago)
- Last Synced: 2025-02-15T01:32:42.345Z (over 1 year ago)
- Topics: shell-functions, shell-if-then-else, shell-inpout-output, shell-scripts, shell-shift, shell-streams
- Language: Shell
- Size: 1.64 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/) |