diff --git a/02-filedir.md b/02-filedir.md index ae7cc2bed..765b428c9 100644 --- a/02-filedir.md +++ b/02-filedir.md @@ -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 @@ -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, diff --git a/md5sum.txt b/md5sum.txt index c50defff7..a122608e8 100644 --- a/md5sum.txt +++ b/md5sum.txt @@ -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"