This website requires JavaScript.
Explore
Pegadero
Help
Sign in
strepsirrhini
/
libreoffice-online
Watch
3
Star
0
Fork
You've already forked libreoffice-online
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
1
dc862d3585
libreoffice-online
/
debian
/
loolwsd.cron.d
2 lines
71 B
D
Raw
Normal View
History
Unescape
Escape
Use -delete command of find instead of -exec rm The -delete parameter allows to delete several files at once without the need to spawn a rm processes for every found file. Note, the -delete parameter is NOT POSIX compliant, however, it should be available on all relevant systems. Change-Id: Icc840aecc906700cae0665a592b7e0e7e377bdcb Signed-off-by: Sven Strickroth <email@cs-ware.de> Reviewed-on: https://gerrit.libreoffice.org/77084 Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de> Tested-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
2019-07-02 14:45:56 -05:00
0
0
*
/
1
*
*
root
find
/
var
/
cache
/
loolwsd
-
type
f
-
a
-
atime
+
10
-
delete
Reference in a new issue
Copy permalink