1833187 Members
2978 Online
110051 Solutions
New Discussion

Re: Want a man page

 
SOLVED
Go to solution
tikual
Advisor

Want a man page

I want to know how to edit a text file in command line but not in 'vi'. Could anyone help and let me know any resources from web?

Thank you so much!
7 REPLIES 7
Patrick Wallek
Honored Contributor

Re: Want a man page

Lots of ways to do it. 'sed', 'ed', 'awk'.

Check the man pages for each. You can also try to search the Forums for more info as well.
tikual
Advisor

Re: Want a man page

Could you pls. give me a webpage about that? Because I want more example for myself.

Thanks!
Michael Tully
Honored Contributor

Re: Want a man page

There are quite a few online tutorials and web content pages. The best place is to do a search from www.google.com

awk
http://www.google.com.au/search?q=awk+tutorial&ie=ISO-8859-1&hl=en&btnG=Google+Search&meta

sed
http://www.google.com.au/search?hl=en&ie=ISO-8859-1&q=sed+tutorial&btnG=Google+Search&meta
Anyone for a Mutiny ?
curt larson_1
Honored Contributor

Re: Want a man page

the command line editor associated with vi is "ex". there is a man page for ex just like vi.

there is a manual "the ultimate guide to the vi and ex editors". Don't know if there is anything on the web.
Lee Tae-kyung
Regular Advisor
Solution

Re: Want a man page

Hi~~

http://pegasus.rutgers.edu/~elflord/unix/quickguide.html

Here is the webpage that you are finding.

Have a good time~
I think I am a specialist in IT Korea^^. I am a programmer and SE and DBA
Hemanth Gurunath Basrur
Honored Contributor

Re: Want a man page

Hi,

You can find all manpages for HP-UX releases by clicking the following link:

http://docs.hp.com/cgi-bin/otsearch/getfile?id=/hpux/os/man_pages.html&searchterms=manpages&queryid=20031007-205944
tikual
Advisor

Re: Want a man page

Thanks all!!