Question about sel
Posted: 25 Oct 2018 13:33
Hello, Forum!
I observe some strange behavior of sel command. Don't know, is it a bug or something else, or even normal?
Concretely:
In the folder content list we can see a long list of folders, more longer as 100 folders. I want to pick out a folder using sel:
-> List view goes deep down and the folder with the name "folder100-*" can now be seen as it is emphasized by a white shadow and frame.
Now I go deeper with the command
-> Same effect - all ok.
But now I want to go up in the list view to the folder Nr. 195 - it is only 5 folders above the 200. folder and
can be seen in the current view, I also want it to be emphasized:
-> The 195. folder - contrary to my expectation - does not became emphasized
Why?
This happens with all folders that are residing above the folder Nr. 200 of this example.
Not the number of the current folder does matter, but something else.
I observe some strange behavior of sel command. Don't know, is it a bug or something else, or even normal?
Concretely:
In the folder content list we can see a long list of folders, more longer as 100 folders. I want to pick out a folder using sel:
Code: Select all
sel "[folder100-*]";Now I go deeper with the command
Code: Select all
sel "[folder200-*]";But now I want to go up in the list view to the folder Nr. 195 - it is only 5 folders above the 200. folder and
can be seen in the current view, I also want it to be emphasized:
Code: Select all
sel "[folder195-*]";This happens with all folders that are residing above the folder Nr. 200 of this example.
Not the number of the current folder does matter, but something else.