1 Answer
Try using the following command
truncate -s 0 directory-name/* &> /dev/null
Your Answer
x