@@ -263,6 +263,18 @@ Mandatory arguments to long options are mandatory for short options, too.
263
263
264
264
::::::::::::::::::::::::::::::::::::::::: callout
265
265
266
+ ### When to use short or long options
267
+ When options exist as both short and long options:
268
+
269
+ - Use the short option when typing commands directly into the
270
+ shell to minimize keystrokes and get your task done faster.
271
+ - Use the long option in scripts to provide clarity.
272
+ It will be read many times and typed once.
273
+
274
+ ::::::::::::::::::::::::::::::::::::::::::::::::::
275
+
276
+ ::::::::::::::::::::::::::::::::::::::::: callout
277
+
266
278
## Unsupported command-line options
267
279
268
280
If you try to use an option that is not supported, ` ls ` and other commands
@@ -833,18 +845,6 @@ Library/ Users/
833
845
Network/ Volumes/
834
846
```
835
847
836
-
837
- ::::::::::::::::::::::::::::::::::::::::: callout
838
- ### When to use short or long options
839
- When options exist as both short and long options:
840
-
841
- - Use the short option when typing commands directly into the
842
- shell to minimize keystrokes and get your task done faster.
843
- - Use the long option in scripts to provide clarity.
844
- It will be read many times and typed once.
845
-
846
- ::::::::::::::::::::::::::::::::::::::::::::::::::
847
-
848
848
### Nelle's Pipeline: Organizing Files
849
849
850
850
Knowing this much about files and directories,
0 commit comments