Spend 3-5 sentences describing the programs and commands you know how to use in your Unix shell (besides games). What is pico and what does it do? What is g++ and why do we need it? What about "./a.out"? Look up one other command or program and describe what it does.
pico opens a document to type your code. g++ to my understanding checks if you have any bugs in your code, and the ./a.out run the recent code. One extra command that is on unix is "pine" which is the email command where you can send emails and view them.
No comments:
Post a Comment