From 3c66fc488e40a81554c71c972da6d9b282ed943e Mon Sep 17 00:00:00 2001 From: Agniva De Sarker Date: Sun, 29 Oct 2017 00:02:54 +0530 Subject: [PATCH] exa: update page - Added tokens around parameters - Put backticks around ls - Simplified some descriptions. --- pages/common/exa.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/pages/common/exa.md b/pages/common/exa.md index 94ac7f7aae..721d41c5f3 100644 --- a/pages/common/exa.md +++ b/pages/common/exa.md @@ -1,6 +1,6 @@ # exa -> A modern replacement for ls (List directory contents). +> A modern replacement for `ls` (List directory contents). - List files one per line: @@ -14,14 +14,14 @@ `exa --long --all` -- List of files, with the largest at the top: +- List files with the largest at the top: -`exa --reverse --sort=size` +`exa --reverse --sort={{size}}` - Display a tree of files, three levels deep: -`exa --long --tree --level=3` +`exa --long --tree --level={{3}}` -- List of files, sorted by modification date (oldest first): +- List files sorted by modification date (oldest first): -`exa --long --sort=modified` +`exa --long --sort={{modified}}`