Updated Concepts (markdown)

Terminator X 2021-10-17 20:04:44 +05:30
parent 749857fa7c
commit 7992ecd804
1 changed files with 1 additions and 1 deletions

@ -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!**): so you can easily handle files together (**even at the `nnn` command prompt!**):
```sh ```sh
xargs -0 ls -l < $sel // compare 2 selected files xargs -0 ls -l < $sel
``` ```
## Find and list ## Find and list