2008/7/7 Emanuel Rumpf <xbran@xxxxxx>: > I thought, it would probably help some of you, if I uploaded > my rt-config for a 2.6.25.8 realtime kernel (debian system). <snip> > tar xfj patch-2.6.25.8-rt7.bz2 > zcat ../config.gz > ./.config </snip> You can use those compressed files directly/in-line by using the z/bz prefixed version of cat, i.e.: bzcat ../patch-2.6.25.8-rt7.bz2 | patch -p1 and zcat ../config.gz >./.config It saves a little bit of space, handy to know when you're short of it ;) Cheers _______________________________________________ Linux-audio-user mailing list Linux-audio-user@xxxxxxxxxxxxxxxxxxxx http://lists.linuxaudio.org/mailman/listinfo/linux-audio-user