1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41
|
/vmfs/volumes/c4c4b524-531083fa/test # find -type d -maxdepth 1 -mtime +6 -exec rm -rf {} \;
find: ./Citron2015-03-30: No such file or directory
rm: invalid option --
BusyBox v1.9.1-VMware-visor-klnext-8021 (2011-10-21 17:03:36 PDT) multi-call binary
Usage: rm [OPTION]... FILE...
Remove (unlink) the FILE(s). You may use '--' to
indicate that all following arguments are non-options.
Options:
-i Always prompt before removing each destination
-f Remove existing destinations, never prompt
-r,-R Remove the contents of directories recursively
rm: invalid option -- u
BusyBox v1.9.1-VMware-visor-klnext-8021 (2011-10-21 17:03:36 PDT) multi-call binary
Usage: rm [OPTION]... FILE...
Remove (unlink) the FILE(s). You may use '--' to
indicate that all following arguments are non-options.
Options:
-i Always prompt before removing each destination
-f Remove existing destinations, never prompt
-r,-R Remove the contents of directories recursively
rm: invalid option -- 3
BusyBox v1.9.1-VMware-visor-klnext-8021 (2011-10-21 17:03:36 PDT) multi-call binary
Usage: rm [OPTION]... FILE...
Remove (unlink) the FILE(s). You may use '--' to
indicate that all following arguments are non-options.
Options:
-i Always prompt before removing each destination
-f Remove existing destinations, never prompt
-r,-R Remove the contents of directories recursively |