Displaying 4 results from an estimated 4 matches for "bash3".
Did you mean:
bash
2005 Nov 22
6
FreeBSD 5.3 as DomU - new kernel with sysinstall embedded
On 16/11/05, Kip Macy <kip.macy@gmail.com> wrote:
> The way the initial memory space gets setup there is no way MFS could work.
> It wasn''t an anticipated use. I guess somewhere either in FreeBSD GNATS or
> xen''s bugzilla there should be i386-xen FreeBSD bugs filed for me to track.
I intend to file a bug report sooner or later, but in the meantime I
decided to
2007 Apr 10
5
RE: Converting to 1.1.4, help please!
My FLAC files reside on my Infrant NV (XRAID) and are also backed up
on my PC and on an external USB HDD. That makes 3 copies.
I've read most everything on the FLAC site, but as I have mentioned
I don't know much about structuring a command line. My PC is also
quite old (early P4 from 2000 w/256MB RAM) so I think it will take a LOT
of time for this to run through over 1200 CDs worth of
2007 Apr 10
0
RE: Converting to 1.1.4, help please!
I remember that thread but I can't remember if that command is
exactly what you want. everyone has little differences in their
situation that makes a general solution hard. this list is not
really the place for shell tutorial, I highly recommend this
book: http://www.oreilly.com/catalog/bash3/ and if you're on
windows, install http://cygwin.com/
otherwise, I think this comes up a lot on the slimserver forums
and people have posted other solutions.
as for that bug that required the test step first, that was
fixed in flac-1.1.4; especially if you already have a backup,
I wouldn'...
2006 Sep 28
0
interactive bash v3 sessions and yank-last-arg
The readline function yank-last-arg (normally called through M-. or M-_)
in bash3 work somewhat differently than in older bash versions for
commented lines:
For example, if I run in bash
echo 1 2 3
#echo a b c
then Esc-2 Esc-. produces alarm on first try and '2' on second try;
So I can recall commented history lines using Esc-p, but not the arguments
using Esc-....