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:
Srinivasan R
2015-10-28 22:40:44 +05:30
parent e4114fa6cc
commit 2097cf359d
6 changed files with 20 additions and 0 deletions

View File

@@ -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