Add extra newline between consecutive commands examples.
These 6 files had multiple examples all separated by a single newline. While rendering it in markdown, the examples all come up in a single line. Adding another newline makes rendering better. Also will help in easier copying (double click on the line to copy).
This commit is contained in:
@@ -21,12 +21,15 @@
|
||||
- List all files with a prefix/suffix
|
||||
|
||||
`ls {{prefix}}*`
|
||||
|
||||
`ls *{{suffix}}`
|
||||
|
||||
- Sort the results by size, last modified date, or creation date
|
||||
|
||||
`ls -S`
|
||||
|
||||
`ls -t`
|
||||
|
||||
`ls -U`
|
||||
|
||||
- Reverse the order of the results
|
||||
|
Reference in New Issue
Block a user