Difference between revisions of "linux to windows cli equivalents"
From thelinuxwiki
(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>