#!/bin/sh
#
# Copyright (C) 1995  Lars Berntzon
#
cat /proc/devices | $AWK '$0!~/:$/ && length($0)!=0 {print $2}'
