This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/python | |
from __future__ import print_function | |
from subprocess import Popen, PIPE | |
from distutils.spawn import find_executable | |
import re | |
class LsOf(object): | |
""" | |
lsof wrapper class |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
* When you open a markdown file from a code repository in Azure Devops, inject this CSS into the code inspector of your browser. | |
* See https://stackoverflow.com/a/54613970 for instruction on how to do that. | |
*/ | |
@media print { | |
pre, blockquote { | |
page-break-inside: avoid; | |
} | |
@page { |