Update cheatsheets

This commit is contained in:
ivuorinen
2024-04-19 00:13:37 +00:00
parent 7de5092ed1
commit 48aff03a74
104 changed files with 150 additions and 146 deletions

View File

@@ -22,8 +22,8 @@ source: https://github.com/tldr-pages/tldr.git
- Display logs for a specific PID:
`logcat --pid={{pid}}`
`logcat --pid {{pid}}`
- Display logs for the process of a specific package:
`logcat --pid=$(pidof -s {{package}})`
`logcat --pid $(pidof -s {{package}})`