home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 1998 January
/
CHIPCD1_98.iso
/
software
/
pelne
/
monkey
/
mlinux06.a01
/
SBIN
/
LSMOD
< prev
next >
Wrap
Text File
|
1996-04-18
|
118b
|
4 lines
#!/bin/sh
echo "Module: #pages: Used by:"
cat /proc/modules | if [ $# -ge 1 ]; then grep "^${1} ";else cat;fi