mkdocs-benoit.jp.net/docs/Howtos/HowtoMacOS.md
2022-01-03 08:43:13 +00:00

21 lines
264 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

## Tips
Clipper to JQ to clipper, will beautify JSON.
```console
pbpaste | jq | pbcopy
```
Copy to clipper:
```console
cat <file> | pbcopy
```
Thermal info:
```console
$ sudo powermetrics s thermal
$ sudo powermetrics -s thermal | grep -A2 -i thermal
```