summary refs log tree commit diff
path: root/snippets/sh/modules-info.sh
blob: a0d17332da3db328b02129cdcca99d73f9dec2e9 (plain) (blame)
1
2
3
#!/bin/bash

modinfo $(cut -d' ' -f1 /proc/modules) | sed '/^dep/s/$/\n/; /^file\|^desc\|^dep/!d'