Hi @Zaiakursed ,
Maybe, your are right.
Can you open a terminal in the directory were you pasted the files and execute this command, in order to be sure of that? echo "Directory $(pwd) has $(find . | wc -l) files"
That’s ok.
it’s because find .
will also list the upper directory
and due to wc -l
it get’s counted as well.
Try the whole command as well as the two commands separately in a directory with a few files only and you’ll see.
find . | wc -l
is the composit command, consisting of: find .
and wc -l
isn’t it supposed to keep the selection of moved files after transfer?
That is how it should be, yes?
Can you try on yours if Dolphin behaves the same?
it’s an issue that can be ignored, but I expect it to keep selection.
I sometimes mix files to folders with existing files
and the selection helps me when I need a quick inversion of existing files before
to select for copy/move/ or any other organization that I must do.
I’m not complaining but I believe, it is supposed to do that.
Hi @Zaiakursed ,
I drag and drop some pictures from one folder to another and I found that Dolphin did the count without problems. There are not the same amount of yours, but I think it is enough. Dolphin Image
I forgot to mention that when the files are few, it behaves alright.
I have no exact number where it starts but more than 300 files should do it. in my case.