home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 January / CHIPCD1_98.iso / software / pelne / monkey / mlinux06.a01 / SBIN / LSMOD < prev    next >
Text File  |  1996-04-18  |  118b  |  4 lines

  1. #!/bin/sh
  2. echo "Module:        #pages:  Used by:"
  3. cat /proc/modules | if [ $# -ge 1 ]; then grep "^${1} ";else cat;fi
  4.