Created
January 30, 2020 16:27
-
-
Save nicolas-martin/a810a6e0bc571ddb44908f64843ac3fa to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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