Update after_cloning.md

This commit is contained in:
Jay Gabriels
2021-12-12 08:29:19 -08:00
parent 41c36ae4d3
commit a717a1ebdf

View File

@@ -5,13 +5,13 @@ A few ways to use ghorg after cloning repos. Please add yours below if you have
> Dump all test.sh files from ghorg dir into a results file
```
find $HOME/Desktop/ghorg -name "test.sh" -exec cat {} \; > results
find $HOME/ghorg -name "test.sh" -exec cat {} \; > results
```
> Find any use of gcloud in a file called test.sh
```
find $HOME/Desktop/ghorg -name "test.sh" | xargs grep -i "gcloud"
find $HOME/ghorg -name "test.sh" | xargs grep -i "gcloud"
```
> Sort cloned repos by size