Re: Sorting selections in MCEDIT

2022-05-23 Thread Tim Stoodt via mc
For more complex sorts you could set the mc sort order to Unsorted, then F9, Command, External panelize, then a regular unix sort command like ls | sort -t"_" -k3,3 let unix do the sort. On 5/23/22 7:16 AM, Ben wrote: I've searched all over the net, read the MCEDIT and MC man pages, pressed F1

Re: mc: ignore files

2022-05-23 Thread Tim Stoodt via mc
You could F9, command, External panelize, then ls | grep -v "ignore this" On 5/23/22 2:24 AM, Fourhundred Thecat via mc wrote: Hello, is it possible to specify file name pattern, which should be hidden in mc ? ls command has following option:   ls --ignore=lost+found is something similar

Sorting selections in MCEDIT

2022-05-23 Thread Ben
I've searched all over the net, read the MCEDIT and MC man pages, pressed F1 in the proper context, and I can't find any reference to the sorting parameters for the OPTIONS/SORT command in MCEDIT. I tried a bunch of things to get it to reverse the default sort order, and finally found that "-r"