mirror of
https://github.com/outbackdingo/ghorg.git
synced 2026-01-27 10:19:03 +00:00
Update after_cloning.md
This commit is contained in:
@@ -14,8 +14,9 @@ find $HOME/Desktop/ghorg -name "test.sh" -exec cat {} \; > results
|
||||
find $HOME/Desktop/ghorg -name "test.sh" | xargs grep -i "gcloud"
|
||||
```
|
||||
|
||||
> Sort cloned repos by size. Change directories into a clone dir
|
||||
> Sort cloned repos by size
|
||||
|
||||
```
|
||||
# cd into a clone dir
|
||||
du -d 1 . | sort -nr | cut -f2- | xargs du -hs
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user