> how well does your laptop work with dhcp ? i tried with multiple dell
> laptops (Xircom 10/100 pcmcia) and had major problems (with debian,
> slackware and mandrake) trying to get an ip on boot..seems we
> could get
> one after the machine was warmed up for 5-10 mins but it never could
> during
> -Original Message-
> From: Bruce Sass [mailto:[EMAIL PROTECTED]
> Sent: Friday, June 02, 2000 03:08
> To: Ron Rademaker
> Cc: niCLam; debian-user@lists.debian.org
> Subject: Re: E: Internal Error. Cannot configure a pre-depend?
>
>
> On Thu, 1 Jun 2000, Ron Rademaker wrote:
>
> > Your
`[' (the `test' command) is used to evaluate the GATEWAY environment
variable. `&&' is a shell control operator to evaluate an AND list. It is
often used like this instead of an if/then construct. The `route' command is
only executed if the test evaluated to zero, i.e., GATEWAY is set.
For details
> What's happening?
1) $ awk '/Date/' respaldo
Runs awk with the program-text "/Date/" on the input-file respaldo. This
program is only a pattern. The default action is to print the entire line of
the input-file to the screen if the pattern matches.
2) $ cat respchk
/Date/ respaldo
$ awk -f
4 matches
Mail list logo