list all files in dir
This commit is contained in:
parent
fa473b50b9
commit
5b887825b2
|
|
@ -116,3 +116,12 @@ Another trick is Ctrl+R, you can insert a subtring to find matching shell comman
|
|||
> Navigating directories
|
||||
|
||||
You can use [fasd](https://github.com/clvv/fasd) to autojump to common directories that you visit often.
|
||||
|
||||
To list all files in a directory in
|
||||
|
||||
* human readable
|
||||
* show hidden
|
||||
* print details
|
||||
* sort by date
|
||||
|
||||
, do `ls -halt`.
|
||||
|
|
|
|||
Loading…
Reference in New Issue