All translations

Enter a message name below to show all available translations.

Message

Found 2 translations.

NameCurrent message text
 h English (en)To automatically purge all {{ic|.cache}} files that have not been accessed in 100 days:
{{UserCmd|command=find ~/.cache/ -type f -atime +100 -delete}}
 h Russian (ru)Чтобы автоматически очистить все файлы внутри {{ic|.cache}}, к которым не было обращений в течение 100 дней:
{{UserCmd|command=find ~/.cache/ -type f -atime +100 -delete}}