(base) temp@temp:~/temp$ rm -r ./*bash: /bin/rm: Argument list too long(base) temp@temp:~/temp$ find . -type f -name '*.*' | xargs rm(base) temp@temp:~/temp$ ls
No comments:
Post a Comment