Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Lionel Ferrafiat
RIE-2017-ProjetTutore-G1
Commits
cd6d9000
Commit
cd6d9000
authored
Dec 14, 2018
by
Lionel Ferrafiat
Browse files
mise a jout version cleanUpload.sh
parent
5c5537e3
Changes
1
Hide whitespace changes
Inline
Side-by-side
SiteWeb/Scripts/cleanUpload.sh
View file @
cd6d9000
#!/bin/bash
####################################################
# cleanUpload.sh #
# Ver 1.0 - Date 14-12-2018 #
# suppression fichiers de +7 jours #
# le script se lance par crontab depuis home #
####################################################
find /var/www/html/Upload/
-type
d
-mtime
+7
-delete
;
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment