例如,这里有一段代码: def gzip_it(filenumber, chunk, path=FOLDER_PATH, prefix=FILE_NAME_PREFIX): with gzip.open(os.path.join(path, prefix + "{:07d}".format(filenumber) + ".g 浏览34提问于2020-02-02得票数 0 1回答 Aix中的Apache设置 、、 我想在我的AIX6.1服务器上安装Apache,并且我面...
Hi all, what i'm trying to configure its to the following, find all files older then 1 min,gzip them ,rename/move with date and extension .gz (example tes.log_2012-07-26.gz) and trying to move them to another folder (gzipped),the command i'm typing its this, find /home/charli...