|
|
It is mean to get you started.
You will learn additional features through word-of-mouth from lab assistants and fellow students in the MathCS lab
So: when you work in the MathCS lab and don't know how to do something, go ask the lab assistant !
|
UNIX prompt >> gedit |
The UNIX prompt can be different for different users (it's user settable)
|
Example (demo):
|
We can kill the gedit application because the application was attached
In other words, the gedit application receives the control-C through the keyboard (and got killed)
Example: running gedit in detached manner
UNIX prompt >> gedit & |
You will see the gedit window
Difference:
|
|
|
You will see a new tab corresponding to a file named Untitle 1:
|
When you type control-N in the gedit window, you will also get a new (black) document)
|
|
|
|
|
That is because compilers (an application that translates a program written in a high level language into machine code) always report an error along with the location (as a line number) in the file.
|
|
|
|
|
|
|
After the replace operation, gedit will find the next occurrence and ask you if you want to replace
Press Close to stop the Search and Replace operation
|
|
|
|
|
|
|
|
|
|