scripts/gentoo/list_modules.sh

3 lines
90 B
Bash
Executable File

#!/bin/bash
find /lib/modules/4.0.5-gentoo/ -type f -iname '*.o' -or -iname '*.ko' | less