Delete mass files in Linux Kilho oh2023-09-11T11:28:45+09:00When deleting mass files "/usr/bin/rm: arg list too long" You can delete it with the command below. Find. | xargs -n 1000 rm -f 2023년 September 11일Information technologyrm, Linux, File deletionRead more...