Not sure if that would also work or not. The solution I posted is one I found which accounted for spaces in the file names and I used this successfully.
I'm not a Linux guru. There may be many ways to do it. I'll leave it for others to provide more detailed and informative comments.
2 comments:
why not
find . -name "*" -exec rm -f {} \;
Not sure if that would also work or not. The solution I posted is one I found which accounted for spaces in the file names and I used this successfully.
I'm not a Linux guru. There may be many ways to do it. I'll leave it for others to provide more detailed and informative comments.
Post a Comment