https://github.com/caged/bash-test
https://github.com/caged/bash-test
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/caged/bash-test
- Owner: caged
- Created: 2016-02-10T18:11:56.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-02-10T18:15:21.000Z (over 10 years ago)
- Last Synced: 2025-03-13T15:19:35.418Z (over 1 year ago)
- Language: Shell
- Size: 1000 Bytes
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
``` shell
bash-test┋ master⚡ ᴥ sh test.sh
No quotes...
./this
and
that/*.md
Quoted variable only...
./this and that/safe.md
Quoted path...
./this and that/*.md
```