On Sat, Jun 30, 2001 at 05:00:49PM +0000, Pollywog wrote: > I need the man page for regexp but can't seem to locate it. > Anyone know where I can obtain it? I searched the Packages page but could > not find it there.
also perldoc perlre if you're into the perl incarnation of Regular Expressions... -- DEBIAN NEWBIE TIP #43 from Guy Geens <[EMAIL PROTECTED]> : Wondering how to SELECT YOUR DEFAULT TEXT EDITOR? You can set your prefered editor with: update-alternatives --config editor Also it helps to set your EDITOR environment variable: export EDITOR=`which vim` Also see http://newbieDoc.sourceForge.net/ ...