20 lines
264 B
Markdown
20 lines
264 B
Markdown
## 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
|
||
```
|