Portál AbcLinuxu, 14. července 2025 09:32
#!/bin/sh if [ "$1" == "-force" ]; then for a in `find /_data -type d|grep .recycle$`; do echo " * Emptying $a" chmod a+rwx $a find $a -type f -mindepth 1 -atime +7 -exec rm "{}" \; done else du -csh `find /_data -type d|grep .recycle$` fiDovedete si představit, jak dlouhý by byl program v Cčku?
Tiskni
Sdílej:
ISSN 1214-1267, (c) 1999-2007 Stickfish s.r.o.