Skip to content

Instantly share code, notes, and snippets.

@artembeloglazov
Created July 22, 2015 15:12
Show Gist options
  • Select an option

  • Save artembeloglazov/21fdf57ddb7f57bc7548 to your computer and use it in GitHub Desktop.

Select an option

Save artembeloglazov/21fdf57ddb7f57bc7548 to your computer and use it in GitHub Desktop.
Вывод файлов с сортировкой по дате изменения
find $1 -type f -exec stat --format '%Y :%y %n' "{}" \; | sort -nr | cut -d: -f2- | head
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment