2008/10/7 Jim <[EMAIL PROTECTED]>

> What command can I use to get all the lines in /var/log/messages that have
> messages on "bluetoothd" copied into a file called
> "mess" in /home/user/mess  ??
>

grep bluetoothd /var/log/messages > /home/user/mess/mess

assuming you have the rights to read messages and write to mess.

T
-- 
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines

Reply via email to