Skip to main content
Module

x/dkill/mod.ts>pidToCmd

🎯kill processes identified by port in Deno 🦕
Go to Latest
function pidToCmd
Re-export
import { pidToCmd } from "https://deno.land/x/dkill@0.9.0/mod.ts";

Get the command that started a pid

Parameters

pids: number[]

array of pids number

Returns

Promise<PidItem[]>

Array of Pids info