mirror of
https://github.com/jarun/nnn.git
synced 2024-11-23 19:31:28 +00:00
Updated Concepts (markdown)
parent
749857fa7c
commit
7992ecd804
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue