On Sun, 24 Apr 2011 13:24:54 -0700
JD wrote:
> At any rate, back to my question.
> Should I file a bug with redhat or with ksh
> maintainers (if they have a dedicated bugzilla page).
I don't think it matters. I'm pretty sure I remember
filing bugs before about rotten jobcontrol and nothing
ever c
On 04/24/11 12:27, Tom Horsley wrote:
> On Sun, 24 Apr 2011 12:13:27 -0700
> JD wrote:
>
>> I am running ksh in my terminal - have been for many years
>> and I am used to it and like it :)
> The ksh in fedora used to be pdksh, then they switched to
> the official ksh, and either no one has figured
On Sun, 24 Apr 2011 12:13:27 -0700
JD wrote:
> I am running ksh in my terminal - have been for many years
> and I am used to it and like it :)
The ksh in fedora used to be pdksh, then they switched to
the official ksh, and either no one has figured out how
to build it correctly or it has been bro
I am running ksh in my terminal - have been for many years
and I am used to it and like it :)
Have a question about backgrounding a job
I ran a short script as follows:
for i in *.fin; do
cp $i Recent{$i#updated}
done
The I decided to background it by typing
Ctl-Z followed by bg
Well it worke