I know for killall
command with -y
argument and process name.
But I need command to kill all processes younger than some time, without knowing their names.
Something like:
killall -y 20m *
I know for killall
command with -y
argument and process name.
But I need command to kill all processes younger than some time, without knowing their names.
Something like:
killall -y 20m *