Update cheatsheets

This commit is contained in:
ivuorinen
2025-11-23 00:23:40 +00:00
parent c756b5f689
commit 1a1835ed4d
71 changed files with 124 additions and 81 deletions

View File

@@ -22,7 +22,7 @@ source: https://github.com/tldr-pages/tldr.git
- Start a new process with affinity for multiple non-sequential CPUs:
`taskset {{[-c|--cpu-list]}} {{cpu_id_1}},{{cpu_id_2}},{{cpu_id_3}}`
`taskset {{[-c|--cpu-list]}} {{cpu_id_1,cpu_id_2,cpu_id_3,...}}`
- Start a new process with affinity for CPUs 1 through 4: