Command howto

2008-10-07 Thread Jim
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 ?? -- fedora-list mailing list fedora-list@redhat.com To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list Guidelines: http://fe

Re: Command howto

2008-10-07 Thread Craig White
On Tue, 2008-10-07 at 13:23 -0400, Jim wrote: > 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.txt chown USER:users /home/user/m

Re: Command howto

2008-10-07 Thread Thomas Thurman
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 mess

Re: Command howto

2008-10-07 Thread Tim
On Tue, 2008-10-07 at 10:32 -0700, Craig White wrote: > having superuser own the file that it creates in your $HOME directory > is painful Writing it to /tmp, instead, leaves it in a place that will be automatically purged by the tempwatch (well should be, I haven't noticed that happen for a while

Re: Command howto

2008-10-07 Thread Jim
Thomas Thurman wrote: 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/u

Re: Command howto

2008-10-07 Thread Michael Magua
On Tue, Oct 7, 2008 at 8:25 PM, Jim <[EMAIL PROTECTED]> wrote: > Thomas Thurman wrote: > >> 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 >

Re: Command howto

2008-10-08 Thread Jim
Michael Magua wrote: On Tue, Oct 7, 2008 at 8:25 PM, Jim <[EMAIL PROTECTED] > wrote: Thomas Thurman wrote: 2008/10/7 Jim <[EMAIL PROTECTED] >>