ProgrammingThis forum is for all programming questions.
The question does not have to be directly related to Linux and any language is fair game.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Hi,
I am trying to implement "more" command using C, but did not get any such useful information except how to use that command through google. Any help in this is highly appreciated, Any one could help me out to implement this command?
Hi,
I am trying to implement "more" command using C, but did not get any such useful information except how to use that command through google. Any help in this is highly appreciated, Any one could help me out to implement this command?
My intention is to write a C program which behaves exactly as "more" command does. Its not a homework for me, rather I came accross this while enhancing a product command, it can only be solved by adding this implementation.
My intention is to write a C program which behaves exactly as "more" command does. Its not a homework for me, rather I came accross this while enhancing a product command, it can only be solved by adding this implementation.
you can look at the source codes to get some inspiration. download the link i give, unzip and inside there's a more.c file. not sure is it what you want..but at least it can get you started. otherwise, searching google code search may produce more results.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.