Re: Can I echo a header to the top of my console ?

From: Alan Connor (zzzzzz_at_xxx.yyy)
Date: 07/06/04


Date: Tue, 06 Jul 2004 05:37:47 GMT

On Wed, 07 Jul 2004 17:27:02 +1200, vviirruuss<remove the echo> <vviirruuss<remove the echo>@clear.net.nz> wrote:
>
>
> Is it possible to specify a line of text at the top of the screen all
> the time while compiling (similar to penguin logo at linux bootup)?
>
> eg in a script to compile kernel
>
>
> make menuconfig
> make install
> echo "Now Installing" #to top of screen
> make modules
> echo "Now making Modules" #at top of screen
> make modules_install
> echo "Now Installing Modules" #at top of screen
>
> so that I know what make is doing since it can can take a long time on
> slower machine
>
>
> Also will the same apply for a terminal session in KDE ?
>

Should.

>
> thanx
>
> Grant

make menuconfig
make install
clear
echo "Now Installing" #to top of screen
make modules
clear
echo "Now making Modules" #at top of screen
make modules_install
clear
echo "Now Installing Modules" #at top of screen

You could add an

echo -e "\a"

after each clear so that it beeped right then.

A really good idea when you are doing something like this is
to use the utility script (man script) to keep a complete
record of the session to be checked out later.

Could save you a lot of work and frustration if the compile
does not go well.

AC



Relevant Pages

  • Re: php4...
    ... echo x - Makefile ... X# New ports collection makefile for: FUDForum ... X Make sure that the directory the install script is in is either writable ... X2) Using your web browser run the install.php script. ...
    (freebsd-questions)
  • Re: Flaw in install script for nasm v0.98.39?
    ... Frank Kotler wrote: ... sourceforge.net and tried to compile it. ... install script and then manully copied the files written to them to the ...
    (alt.lang.asm)
  • Re: Flaw in install script for nasm v0.98.39?
    ... sourceforge.net and tried to compile it. ... install script and then manully copied the files written to them to the ... I don't know the answer to that one, Santosh. ...
    (alt.lang.asm)
  • Flaw in install script for nasm v0.98.39?
    ... sourceforge.net and tried to compile it. ... install script and then manully copied the files written to them to the ... I want to bring these potential problems to the notice of the NASM ...
    (alt.lang.asm)
  • Re: YaST finally going open source
    ... >> There are no RPM's for MythTV for Suse. ... they can still install via ... But it doesn't address those of us who may *need* to compile ourselves in order to ... > Today I reinstalled apollon and they have at least a script that you ...
    (alt.os.linux.suse)