Fix spelling
This commit is contained in:
parent
820e1853cb
commit
f735e4c59e
1 changed files with 1 additions and 1 deletions
|
@ -94,7 +94,7 @@ This is a cool and under-rated feature of Eshell. Type the following commands in
|
||||||
- ~eshell-display-modifier-help~
|
- ~eshell-display-modifier-help~
|
||||||
- ~eshell-display-predicate-help~
|
- ~eshell-display-predicate-help~
|
||||||
|
|
||||||
In short, use parens to limit the files, for instance:
|
In short, use parenthesis to limit the files, for instance:
|
||||||
#+begin_src sh
|
#+begin_src sh
|
||||||
ls *.sh(*) # List shell scripts that are executable
|
ls *.sh(*) # List shell scripts that are executable
|
||||||
ls *(/) # List directories (recursively)
|
ls *(/) # List directories (recursively)
|
||||||
|
|
Loading…
Reference in a new issue