From: Dale <rdalek1967@gmail.com>
To: gentoo-user@lists.gentoo.org
Subject: Re: [gentoo-user] Anyone can afford information about build kernel?
Date: Sun, 09 Oct 2011 09:02:14 -0500 [thread overview]
Message-ID: <4E91A966.8050901@gmail.com> (raw)
In-Reply-To: <CA+czFiB8jkqRJkAJmYZHSXku_a-4-QQSfFg22gPk2C8+ge9kbQ@mail.gmail.com>
Michael Mol wrote:
> Came up with something possibly a little handier. This command should
> tell you what driver is associated with every device on the system.
> find /sys/devices -name driver -print0|xargs -0 ls -l|cut -d' '
> -f10-|sed -e 's/\.\.\///g' Output could probably still be a bit better
> cleaned up, but it should help.
Hmmmmmm:
root@fireball / # find /sys/devices -name driver -print0|xargs -0 ls
-l|cut -d' '-f10-|sed -e 's/\.\.\///g'
cut: the delimiter must be a single character
Try `cut --help' for more information.
xargs: ls: terminated by signal 13
root@fireball / #
Dale
:-) :-)
next prev parent reply other threads:[~2011-10-09 14:04 UTC|newest]
Thread overview: 20+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-10-09 4:53 [gentoo-user] Anyone can afford information about build kernel? Lavender
2011-10-09 5:55 ` Nilesh Govindarajan
2011-10-09 13:30 ` Michael Mol
2011-10-09 13:40 ` Michael Mol
2011-10-09 13:59 ` Dale
2011-10-09 14:05 ` Michael Mol
2011-10-09 14:02 ` Dale [this message]
2011-10-09 14:09 ` Michael Mol
2011-10-09 15:05 ` Dale
-- strict thread matches above, loose matches on Subject: below --
2011-10-09 9:49 Lavender
2011-10-09 16:53 ` Volker Armin Hemmann
2011-10-10 8:26 ` Spidey
2011-10-10 9:03 ` Neil Bothwick
2011-10-09 0:55 Lavender
2011-10-09 1:19 ` Nick Khamis
2011-10-09 1:28 ` Dale
2011-10-09 1:39 ` Nilesh Govindarajan
2011-10-09 6:21 ` Volker Armin Hemmann
2011-10-09 13:56 ` Dale
2011-10-09 14:07 ` meino.cramer
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4E91A966.8050901@gmail.com \
--to=rdalek1967@gmail.com \
--cc=gentoo-user@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox