14 lines
179 B
Markdown
14 lines
179 B
Markdown
## Tips
|
||
|
||
Copy to clipper:
|
||
|
||
```console
|
||
cat <file> | pbcopy
|
||
```
|
||
|
||
Thermal info:
|
||
|
||
```console
|
||
$ sudo powermetrics –s thermal
|
||
$ sudo powermetrics -s thermal | grep -A2 -i thermal
|
||
```
|