Tudo está no título, quero negar a opção --exclude-pattern
para que o tmpwatch exclua todos, exceto os arquivos que correspondam ao padrão.
Por exemplo, se eu quiser remover apenas arquivos *.gz
, seria algo assim:
tmpwatch 10d --exclude-pattern=!*.gz .
Agradeço sua ajuda porque o tmpwatch manpage não é muito útil.
-X, --exclude-pattern=pattern Skip paths matching pattern; if a directory matches pattern, all files contained in it are skipped too. pattern must match an absolute path that contains no symbolic links.
Tags patterns