Skip to content
/ KpFn Public

Little program to find matches to a given name to pids in linux

Notifications You must be signed in to change notification settings

Mr-76/KpFn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

KillProgramFromName

This program is a personal exercise in C designed to terminate a program by searching for its name in Linux. It provides two options for matching:

-NP: Matches the program name directly. For example, "terminal" does not match "xfce4-terminal" directly, but matches only "terminal".

-P: Matches by prefix. For example, "terminal" matches "xfce4-terminal" because "terminal" is a substring within "xfce4-terminal".

About

Little program to find matches to a given name to pids in linux

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published