Skip to main content

All Questions

Tagged with
1 vote
2 answers
338 views

Kill all tasks with PID above a certain integer with bash

How may I fetch and kill all processes with a PID above e.g 1000? Using commands like ps -A and top is fine for viewing the list of processes, but how would one only get the PIDs? The logic of ...
Aleksander Azizi's user avatar