list all files in dir

This commit is contained in:
anebz 2020-03-12 17:03:06 +01:00
parent fa473b50b9
commit 5b887825b2
1 changed files with 10 additions and 1 deletions

View File

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