command prompt tutorials on linux [closed]
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 8 years ago.
Improve this questionI have a program I am trying to port to linux.
The program is a command prompt program that displays memory on screen, you can move around the memory using the arrow keys.
Im new to linux and don't really understand how the terminal works.
What Im looking for is some good tutorials or a chapter in a book to teach me hoe to write linux programs using the terminal the same way I would use command prompt in windows.
I want to know things like changing background and text colours, c开发者_运维技巧learing the screen, being able to move up and down the lines of text and how to detect keyboard input. Basically how to create a user interface using the linux terminal.
I am using centos and g++ if that makes a difference.
Something like htop
? You should have a look on ncruses.
I suggest you need ncurses
精彩评论