Skip to main content

Delete the Files from a directory that have too much files

find ./session -maxdepth 1 -name "*" -print0 | xargs -0 rm