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