mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-11 06:58:37 +00:00
Update cheatsheets
This commit is contained in:
@@ -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}})`
|
||||
|
||||
Reference in New Issue
Block a user