Merge pull request #43 from chapmanjacobd/patch-1

include full output
This commit is contained in:
Bonnie I-Man Ng 2023-03-15 15:34:45 +08:00 committed by GitHub
commit ca89df83dc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3154,7 +3154,18 @@ cd $(mktemp -d)
```bash ```bash
mkdir -p project/{lib/ext,bin,src,doc/{html,info,pdf},demo/stat} mkdir -p project/{lib/ext,bin,src,doc/{html,info,pdf},demo/stat}
# -p: make parent directory # -p: make parent directory
# this will create project/doc/html/; project/doc/info; project/lib/ext ,etc # this will create:
project/
project/bin/
project/demo/
project/demo/stat/
project/doc/
project/doc/html/
project/doc/info/
project/doc/pdf/
project/lib/
project/lib/ext/
project/src/
``` ```
##### Run command only if another command returns zero exit status (well done) ##### Run command only if another command returns zero exit status (well done)