Hi,

$ grep FreeBSD.*1998 /usr/share/misc/bsd-family-tree
FreeBSD 2.2.6           1998-03-25 [FBD]
FreeBSD 2.2.7           1998-07-22 [FBD]
FreeBSD 3.0             1998-10-16 [FBD]
FreeBSD 2.2.8           1998-11-29 [FBD]

:-)

Just out of curiosity, what shell are you using where you don't have to escape * ?

That's a regular expression. It means (expression ".*") "zero or more of 
anything
between FreeBSD and 1998".

HTH,
Nejc
_______________________________________________
freebsd-chat@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-chat
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to