Add pactl sheet

pull/167/head
terminalforlife 3 years ago
parent db9d405385
commit 5b1f15735d

@ -0,0 +1,5 @@
# pactl
# Control a running PulseAudio sound server
# Display a sorted and uniq-ified list of PulseAudio modules, using AWK.
pactl list modules short | awk '{!Lines[$2]++} END {asorti(Lines, Sorted); for (Line in Sorted) print(Sorted[Line])}'
Loading…
Cancel
Save