Update after_cloning.md

This commit is contained in:
Jay Gabriels 2022-08-13 08:21:37 -07:00 committed by GitHub
parent f13f9d5a0a
commit e2ab28bec7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,6 +2,8 @@
A few ways to use ghorg after cloning repos. Please add yours below if you have one!
## On Mac
> Dump all test.sh files from ghorg dir into a results file
```
@ -20,3 +22,11 @@ find $HOME/ghorg -name "test.sh" | xargs grep -i "gcloud"
# cd into a clone dir
du -d 1 . | sort -nr | cut -f2- | xargs du -hs
```
## On PC
> Help Wanted
## On Linux
> Help Wanted