We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
import commands mount = commands.getoutput('mount -v') lines = mount.split('\n') points = map(lambda line: line.split()[2], lines) print points
There was an error while loading. Please reload this page.
[[TOC]]