Remove core.xxxx files?# Unix - 噫吁兮,危乎高哉
c*o
1 楼
I used to use
find / -name core -exec rm {} \;
to remove core files. But recently, the damn Redhat just created
tons of core.xxxxx files where xxxxx are some numbers, 3 to 5 digits.
What would be the simplest way to remove all those core files?
Thanks,
find / -name core -exec rm {} \;
to remove core files. But recently, the damn Redhat just created
tons of core.xxxxx files where xxxxx are some numbers, 3 to 5 digits.
What would be the simplest way to remove all those core files?
Thanks,