bookmarks/cheat/macos.md
2019-08-09 04:53:49 +02:00

257 B

List what launch scripts are currently loaded (MacOs)

launchctl list | wc -l

Removing color from command output (src)

somescript | sed $'s,\x1b\\[[0-9;]*[a-zA-Z],,g'