Re: man command made easy?

2001-07-23 Thread Karsten M. Self
on Sat, Jul 14, 2001 at 04:41:21AM -, john smith ([EMAIL PROTECTED]) wrote: Hi, I was just wondering...I don't know if this topic is for this list but...is there a book or link somewhere that gives easier examples of how to do the correct syntax for man something. I find that the

Re: man command made easy?

2001-07-17 Thread Paul Mackinney
Rebecca Dridan uttered: And for those who, like me, don't like the key bindings in info, check out pinfo, apt-get install pinfo. Thanks, Bec. I don't much like the Info bindings. (Don't like Lynx too much either, but I'd rather learn as few sets of keybindings as possible...) Paul

Re: man command made easy?

2001-07-17 Thread Eric G. Miller
On Mon, Jul 16, 2001 at 11:02:31PM -0400, D-Man wrote: [snip] Thanks. Actually, I'm not 100% sure that vim supports backreferences like that (the \1 in the replacement text). I know that Python's and Perl's regex engines do. I think I've heard/read that vim does do backreferences. Yes.

Re: man command made easy?

2001-07-17 Thread Leonard Stiles
[EMAIL PROTECTED] (Joost Kooij) writes: On Mon, Jul 16, 2001 at 10:35:30PM +0200, Leonard Stiles wrote: Even vi is an overkill here, let alone an advanced editor:-) #!/bin/sh Even easier: g install package dwww, point browser to: http://localhost/dwww Pshaw¹! Thats cheating:-)

Re: man command made easy? -vim

2001-07-17 Thread florentin ionescu
was a recent talk on e-mail-list(http://groups.yahoo.com/group/vim/message/19141) about the small diferences between perl regex and vim regex. From: D-Man To: debian-user@lists.debian.org CC: Dave Sherohman Subject: Re: man command made easy? Date: Mon, 16 Jul 2001 23:02:31 -0400 On Mon, Jul 16, 2001

Re: man command made easy?

2001-07-16 Thread Dave Sherohman
On Sat, Jul 14, 2001 at 10:25:10PM -0500, will trillich wrote: caveat -- if your VCR is still blinking 12:00 then you're not ready for linux... Good thing mine blinks --:-- instead... and sometimes there's no documentation at all... but that's rare. (even the most self-satisfied programmer

Re: man command made easy?

2001-07-16 Thread Paul Mackinney
All that Will said about the man pages is true, and I completely agree about the need for examples; I to have wasted hours fighting syntax errors, all the while with an ugly feeling that I might not even be trying the right command or option. General advice based on things I've done: 1. Use less

Re: man command made easy?

2001-07-16 Thread D-Man
[I haven't been following most of this thread, but] On Mon, Jul 16, 2001 at 10:59:23AM -0700, Paul Mackinney wrote: | Night before last I ran 'find /usr/doc -name index.html foo.txt' and | then spent 2 hours adding links from foo.txt to my local home/start 2 hours!? Wow. Learn vi(m) or some

Re: man command made easy?

2001-07-16 Thread Leonard Stiles
D-Man [EMAIL PROTECTED] writes: [I haven't been following most of this thread, but] On Mon, Jul 16, 2001 at 10:59:23AM -0700, Paul Mackinney wrote: | Night before last I ran 'find /usr/doc -name index.html foo.txt' and | then spent 2 hours adding links from foo.txt to my local home/start

Re: man command made easy?

2001-07-16 Thread Joost Kooij
On Mon, Jul 16, 2001 at 10:35:30PM +0200, Leonard Stiles wrote: Even vi is an overkill here, let alone an advanced editor:-) #!/bin/sh [snip] Even easier: g install package dwww, point browser to: http://localhost/dwww Cheers, Joost

Re: man command made easy?

2001-07-16 Thread Paul Mackinney
D-Man uttered: [I haven't been following most of this thread, but] On Mon, Jul 16, 2001 at 10:59:23AM -0700, Paul Mackinney wrote: | Night before last I ran 'find /usr/doc -name index.html foo.txt' and | then spent 2 hours adding links from foo.txt to my local home/start 2 hours!? Wow.

Re: man command made easy?

2001-07-16 Thread Rebecca Dridan
On Mon, Jul 16, 2001 at 10:59:23AM -0700, Paul Mackinney wrote: All that Will said about the man pages is true, and I completely agree about the need for examples; I to have wasted hours fighting syntax errors, all the while with an ugly feeling that I might not even be trying the right

Re: man command made easy?

2001-07-16 Thread D-Man
On Mon, Jul 16, 2001 at 03:41:01PM -0700, Paul Mackinney wrote: | D-Man uttered: | | [I haven't been following most of this thread, but] | | On Mon, Jul 16, 2001 at 10:59:23AM -0700, Paul Mackinney wrote: | | Night before last I ran 'find /usr/doc -name index.html foo.txt' and | | then

man command made easy?

2001-07-14 Thread john smith
Hi, I was just wondering...I don't know if this topic is for this list but...is there a book or link somewhere that gives easier examples of how to do the correct syntax for man something. This probably won't be any problems to you unix gurus out there but if I wanted to do something and I do

Re: man command made easy?

2001-07-14 Thread Erik Steffl
john smith wrote: Hi, I was just wondering...I don't know if this topic is for this list but...is there a book or link somewhere that gives easier examples of how to do the correct syntax for man something. This probably won't be any problems to you unix gurus out there but if I wanted to

Re: man command made easy?

2001-07-14 Thread Joost Kooij
On Sat, Jul 14, 2001 at 04:41:21AM -, john smith wrote: I was just wondering...I don't know if this topic is for this list but...is there a book or link somewhere that gives easier examples of how to do the correct syntax for man something. This probably won't be any problems to you

Re: man command made easy?

2001-07-14 Thread Nathan Weston
You might want to check out linuxnewbie.org. It has a lot of newbie-oriented howtos. It's not as fine granularity as manpages, but will help with a lot of basic tasks, and has some great forums. I would also suggest the book Linux in a Nutshell from O'Reilly. This is actually very close to

Re: man command made easy?

2001-07-14 Thread Brian Nelson
On Sat, Jul 14, 2001 at 04:41:21AM -, john smith wrote: Hi, I was just wondering...I don't know if this topic is for this list but...is there a book or link somewhere that gives easier examples of how to do the correct syntax for man something. This probably won't be any problems to

Re: man command made easy?

2001-07-14 Thread mark
On Sat, Jul 14, 2001 at 12:14:30PM +0200, Joost Kooij wrote: FILES Woman does not keep any files, but remembers everything you type. In addition, multiple instances of woman have an extensive shared memory implementation. BUGS There are no bugs. Woman

Re: man command made easy?

2001-07-14 Thread will trillich
caveat -- if your VCR is still blinking 12:00 then you're not ready for linux... On Sat, Jul 14, 2001 at 04:41:21AM -, john smith wrote: Hi, I was just wondering...I don't know if this topic is for this list but...is there a book or link somewhere that gives easier examples of how to do