Skip to content

Commit

Permalink
differences for PR #1432
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Aug 10, 2023
1 parent 424ffd5 commit 9dc7fb8
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
24 changes: 12 additions & 12 deletions 02-filedir.md
Original file line number Diff line number Diff line change
Expand Up @@ -263,6 +263,18 @@ Mandatory arguments to long options are mandatory for short options, too.

::::::::::::::::::::::::::::::::::::::::: callout

### When to use short or long options
When options exist as both short and long options:

- Use the short option when typing commands directly into the
shell to minimize keystrokes and get your task done faster.
- Use the long option in scripts to provide clarity.
It will be read many times and typed once.

::::::::::::::::::::::::::::::::::::::::::::::::::

::::::::::::::::::::::::::::::::::::::::: callout

## Unsupported command-line options

If you try to use an option that is not supported, `ls` and other commands
Expand Down Expand Up @@ -833,18 +845,6 @@ Library/ Users/
Network/ Volumes/
```


::::::::::::::::::::::::::::::::::::::::: callout
### When to use short or long options
When options exist as both short and long options:

- Use the short option when typing commands directly into the
shell to minimize keystrokes and get your task done faster.
- Use the long option in scripts to provide clarity.
It will be read many times and typed once.

::::::::::::::::::::::::::::::::::::::::::::::::::

### Nelle's Pipeline: Organizing Files

Knowing this much about files and directories,
Expand Down
2 changes: 1 addition & 1 deletion md5sum.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"config.yaml" "7e947da357206469f1a2c8a159290d19" "site/built/config.yaml" "2023-05-02"
"index.md" "b40a8b40c0ac29c17dd1ee7f402b62e4" "site/built/index.md" "2023-05-02"
"episodes/01-intro.md" "f9424965b4e7855f0e569be741c5e88e" "site/built/01-intro.md" "2023-06-09"
"episodes/02-filedir.md" "015bfa1baa9b5bfb919f13e809876073" "site/built/02-filedir.md" "2023-07-26"
"episodes/02-filedir.md" "d1db2d266479524ceb33d8f7ce4c5f02" "site/built/02-filedir.md" "2023-08-10"
"episodes/03-create.md" "3e03cf7174ebce6b5574e3d7abce8c00" "site/built/03-create.md" "2023-07-31"
"episodes/04-pipefilter.md" "8f1f5df56fb9ed60db6f33a9793664d5" "site/built/04-pipefilter.md" "2023-07-19"
"episodes/05-loop.md" "7712aa4b92c524609e9e2c3d1f888ee4" "site/built/05-loop.md" "2023-08-09"
Expand Down

0 comments on commit 9dc7fb8

Please sign in to comment.