won't work because /dev/null is not a directory, it's a special character device.
Use rm.
won't work because /dev/null is not a directory, it's a special character device.
Use rm.
>>23602711
>you've got the syntax blues.
I was evaluating (your) command line.
"mv * /dev/null" won't work because /dev/null is not a directory. There are ways to do it, but that isn't it. rm is brute force and it works.