Skip to content

Instantly share code, notes, and snippets.

@Barolina
Last active January 15, 2020 05:49
Show Gist options
  • Save Barolina/7f877e695c181c841da368606d8c8be0 to your computer and use it in GitHub Desktop.
Save Barolina/7f877e695c181c841da368606d8c8be0 to your computer and use it in GitHub Desktop.

Linux: поиск изменных файлов в диреткории

> find "путь до директории" -cmin -"время"

пример (поииск измененных за последние 5 мин в директории /var/log/)

> find /var/log/ -cmin -5
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment