snippetbashTip
pueue reset — Kill everything and reset. More information: <https://github.com/Nukesor/pueue#how-to-use-it>.
Viewed 0 times
commandandpueue resetclikilleverythingresetmore
Problem
How to use the
pueue reset command: Kill everything and reset. More information: <https://github.com/Nukesor/pueue#how-to-use-it>.Solution
pueue reset — Kill everything and reset. More information: <https://github.com/Nukesor/pueue#how-to-use-it>.Kill all tasks and remove everything (logs, status, groups, task IDs):
pueue resetKill all tasks, terminate their children, and reset everything:
pueue reset --childrenReset without asking for confirmation:
pueue reset {{[-f|--force]}}Code Snippets
Kill all tasks and remove everything (logs, status, groups, task IDs)
pueue resetKill all tasks, terminate their children, and reset everything
pueue reset --childrenReset without asking for confirmation
pueue reset {{[-f|--force]}}Context
tldr-pages: common/pueue reset
Revisions (0)
No revisions yet.