Difference between revisions of "linux to windows cli equivalents"

From thelinuxwiki
Jump to: navigation, search
(Created page with "linux -> windows grep -> findstr ps -> tasklist kill -> taskkill taskkill /f /im <processname> category:winblows")
 

Latest revision as of 16:30, 16 November 2021

linux -> windows

grep -> findstr

ps -> tasklist

kill -> taskkill

taskkill /f /im <processname>