Created
February 8, 2019 14:53
-
-
Save chrisdone/f19a98e66056be447c746afe78f81df7 to your computer and use it in GitHub Desktop.
Revisions
-
chrisdone created this gist
Feb 8, 2019 .There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1 @@ find ~/Work -name stack.yaml | xargs grep -o '^resolver: \([^#]*\)' This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1 @@ find ~/Work -name stack.yaml | xargs grep -oh '^resolver: \([^#]*\)' | sort | uniq This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1 @@ du -hc ~/.stack/snapshots/* | egrep 'snapshots/.*linux/[^/]*$'