From 7992ecd8045e6737243c6380481be2d19f0bc92b Mon Sep 17 00:00:00 2001 From: Terminator X Date: Sun, 17 Oct 2021 20:04:44 +0530 Subject: [PATCH] Updated Concepts (markdown) --- Concepts.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Concepts.md b/Concepts.md index 68413cc..c35c414 100644 --- a/Concepts.md +++ b/Concepts.md @@ -180,7 +180,7 @@ export sel=${XDG_CONFIG_HOME:-$HOME/.config}/nnn/.selection so you can easily handle files together (**even at the `nnn` command prompt!**): ```sh -xargs -0 ls -l < $sel // compare 2 selected files +xargs -0 ls -l < $sel ``` ## Find and list