Skip to content

Instantly share code, notes, and snippets.

@nicolas-martin
Created January 30, 2020 16:27
Show Gist options
  • Save nicolas-martin/a810a6e0bc571ddb44908f64843ac3fa to your computer and use it in GitHub Desktop.
Save nicolas-martin/a810a6e0bc571ddb44908f64843ac3fa to your computer and use it in GitHub Desktop.
for i in {1..20}; do
vim --startuptime start$i.log;
done
find start* -exec grep STARTED {} \; | cut -d' ' -f1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment