mirror of
https://github.com/outbackdingo/ghorg.git
synced 2026-01-27 10:19:03 +00:00
Create after_cloning.md
This commit is contained in:
15
examples/after_cloning.md
Normal file
15
examples/after_cloning.md
Normal file
@@ -0,0 +1,15 @@
|
||||
# After Cloning
|
||||
|
||||
A few ways to use ghorg after cloning repos. Please add yours below if you have one!
|
||||
|
||||
> dump all test.sh files from ghorg dir into one a results file
|
||||
|
||||
```
|
||||
find $HOME/Desktop/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"
|
||||
```
|
||||
Reference in New Issue
Block a user