摘要:
#!/bin/bash # databases=( '__DATABASE_1__' '__DATABASE_2__' )databases=('otrs' 'wxi') # The host name of the MySQL database server; usually 'localhost 阅读全文
摘要:
@echo off title 清理%max_days%天之前的备份:: set folder pathset file_path=E:\SOFT\OA_BAK\2018:: set min age of files and folders to deleteset max_days=7echo * 阅读全文