Skip to content

Commit

Permalink
markdown source builds
Browse files Browse the repository at this point in the history
Auto-generated via {sandpaper}
Source  : 7e17792
Branch  : main
Author  : Erin Becker <[email protected]>
Time    : 2024-03-08 23:29:55 +0000
Message : Merge pull request #1432 from swcarpentry/bkmgit-patch-2

Move callout on long vs short options
  • Loading branch information
actions-user committed Mar 8, 2024
1 parent 78694fe commit 31e0557
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" "af35a5d4f423a4f46427978eea1b5ba5" "site/built/02-filedir.md" "2024-01-08"
"episodes/02-filedir.md" "4d719c53b2f55b006cc88632d2189cb7" "site/built/02-filedir.md" "2024-03-08"
"episodes/03-create.md" "3e03cf7174ebce6b5574e3d7abce8c00" "site/built/03-create.md" "2023-07-31"
"episodes/04-pipefilter.md" "880f2043f1b6d4febde2d4f6dd2c2a05" "site/built/04-pipefilter.md" "2024-01-17"
"episodes/05-loop.md" "fd0d4a3a3795930cc2e156b6e2b25a04" "site/built/05-loop.md" "2023-11-10"
Expand Down

0 comments on commit 31e0557

Please sign in to comment.