-
-
Save ArnoutDevos/46704443f2456ded8da2c3266b216cd4 to your computer and use it in GitHub Desktop.
rm -rf `find -type d -name .ipynb_checkpoints` |
Sorry, but I can not understand, where should I write it?
This is a .sh
(bash) script. You can run it in your unix/linux/macos terminal.
More info: https://fileinfo.com/extension/sh
Thanks buddy..
Thank you very much!!!!
It works well
thank you! very usefull
It worked tysm!
thank you, very useful! :)
thanks, it's useful
sorry dude, do I need to install bash first?
or I can write it on the command window?
I do not have Linux or macOS.
Thanks, it works.
This doesn't delete it, it finds them but don't delete them :
find: illegal option -- t
usage: find [-H | -L | -P] [-EXdsx] [-f path] path ... [expression]
find [-H | -L | -P] [-EXdsx] -f path [path ...] [expression]
if you have linked folders:
rm -rf `find -L -type d -name .ipynb_checkpoints`
the -L
make it recursive for symbolic link as well
Thank you, very helpful!
Sorry, I use Window11. How can use this code.
Sorry, I use Window11. How can use this code.
In WSL or Cygwin
Sorry, but I can not understand, where should I write it?