I have a folder with many files inside, i can't known number of files because I can't do ls
or other listing command.
These files are temporary so I tried rm -rf my-folder
but it takes too many time, and I get disconnected from the server.
I reconnect and restart the command, but maybe it's useless, if the rm
cmd have to read the entire directory before deleting files.
OS : Debian 10
Anyone to help ? Ty