Skip to content

Commit fd28792

Browse files
committed
rename all files starting with using as it's not useful
add links for jq
1 parent c8dfa10 commit fd28792

File tree

11 files changed

+7
-0
lines changed

11 files changed

+7
-0
lines changed
File renamed without changes.

using-find.md renamed to find.md

File renamed without changes.

using-git.md renamed to git.md

File renamed without changes.

jq.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,10 @@ In this example we:
1111
```
1212
cat /tmp/test.json | jq -r '.assets | .[] | "\(.filename)" + ":" + "\(.content_type)"' | column -t -s:
1313
```
14+
15+
# Links
16+
17+
* https://stedolan.github.io/jq/manual/
18+
* https://remysharp.com/drafts/jq-recipes
19+
* https://gist.github.com/olih/f7437fb6962fb3ee9fe95bda8d2c8fa4
20+
* column: https://www.networkworld.com/article/3202766/viewing-linux-output-in-columns.html

using-ngrok.md renamed to ngrok.md

File renamed without changes.

using-react.md renamed to react.md

File renamed without changes.
File renamed without changes.

using-sed.md renamed to sed.md

File renamed without changes.
File renamed without changes.

using-vim.md renamed to vim.md

File renamed without changes.

using-vue.md renamed to vue.md

File renamed without changes.

0 commit comments

Comments
 (0)