You are receiving this message because you are a member of the Linux-Nepal group. This is a monthly reminder mail providing instructions and guidelines for the...
Great News! Debian Sarge is frozen now. ... rrs ... Subject: Release update: editorial changes to the testing propagation scripts Date: Wednesday 04 May 2005...
hi all, how to mount pendrive (usb) in linux if it is not mounting automatically how is usb named in linux [/dev/what] ???? __________________________________...
... pen drives in linux are categorized as scsi devices. So as you plug it into your usb connector it assigns a device to it, like /dev/sda (/dev/sda1 if it...
The deadline for registration as well as fellowship application is next week. Final reminder. -- SANOG VI 16-23 July, 2005 Thimphu, Bhutan SANOG VI Program and...
Hi, I'm trying to locate a string of text - one specified within quotation marks amongst the man files. I'm using grep to locate this string. grep "string" ???...
P. Stanley
pstanley99@...
May 10, 2005 8:19 pm
249
... Is this what you are looking for ? man commadname | grep "string" Example: man ls | grep "POSIX" HTH, rrs -- Ritesh Raj Sarraf RESEARCHUT --...
That's great except it only works if you're looking for the string within a particular page. I need to know how to target all man pages. So, man ls | grep...
P. Stanley
pstanley99@...
May 11, 2005 7:38 pm
251
... See if this suits to what you are wanting, rrs@laptop:~$ for x in `ls /bin/ /sbin/ /usr/bin/ /usr/sbin/ /usr/local/bin/ /usr/local/sbin/`; do man $x | grep...
Hello, I'm sorry but it's still not bearing any fruit. I typed: man $x | grep "char ***" > search_res.txt to capture all man pages containing the literal...
P. Stanley
pstanley99@...
May 12, 2005 8:25 pm
253
... Looks like the mail viewer mangled the actual text I sent. You need to hit the following complete line as a command: for x in `ls /bin/ /sbin/ /usr/bin/...
Hi friends, do any of you know of a utility for converting man pages to text or html? This may be a dos/Windows or even a unix/linux app. Incidentally,...
P. Stanley
pstanley99@...
May 17, 2005 5:51 pm
255
... Maybe Yahoo! might have blocked the attachments. There is a utility called man2html which runs under Unix/Linux and converts man pages to html More detail...
hello friends I am not sure if I have already contacted the list regarding this. If so I apologise in advance. I'm looking for a way of converting man pages to...
P. Stanley
pstanley99@...
May 21, 2005 1:57 pm
258
The following site has extensive man pages in html format. Check it out if you can use this instead of creating one of your own. ...
I tried "man -k <string>" and it returns all the man pages where the mentioned string is present. Please try this and lemme know if you wanted the same output....
... The OP wanted the "string" to be searched into the contents of all the man pages. man -k <string> would only search for the string in the NAME of the man...
... Hash: SHA1 Hello Everybody, These are the settings of my hard drive on my Compaq Presario 2203AL notebook running Debian Testing + Unstable: laptop:~#...
You are receiving this message because you are a member of the Linux-Nepal group. This is a monthly reminder mail providing instructions and guidelines for the...
linux-nepal@yahoogrou...
Jun 1, 2005 8:00 am
263
Hi I have windows and linux in my system. I had some problem in my windows. So i installed windows again. Now the loader in MBR has been replaced by the...
... You haven't mentioned which linux distribution you are using so that I could give you the exact steps. Whatever distribution you are using, follow the...
Hello, If you use matrimonial sites, you should check Happy Harmony out. You can email and IM other members without paying anything on this site. Everything is...
try using command "man -Kw <search string>", this will return all man pages that have the search string in its content. Let me know if it works or does not. ...