wmic process where name='firefox.exe' get WorkingSetSize
Same, excluding header and empty lines:
wmic process where name='firefox.exe' get WorkingSetSize | findstr /r "^[1-9][0-9]*"
by Vurdalakov |
wmic process where name='firefox.exe' get WorkingSetSize
wmic process where name='firefox.exe' get WorkingSetSize | findstr /r "^[1-9][0-9]*"
No comments:
Post a Comment