Tag Archives: how to delete multiple files linux

How to Delete a Big Number of Files in a Folder – Linux Command

If you’re using temporary files you should notice that after some time it is hard to delete them as their number is growing. If you have many files and try to delete them with a usual command rm -f you should receive something like this: [root@server html]# rm -f * -bash: /bin/rm: Argument list too long What to… Read More »