개발/ubuntu

[ubuntu] Argument list too long

적아38 2021. 6. 23. 12:06
728x90

for 문을 이용한 삭제

# cd /tmp
# for i in `ls` ; do rm -rf $i ; done

728x90