rm
The rm command will remove (or delete) a file that is no longer
needed. Once a file has been removed, it can not be recovered so you might
want to use the -i option which will ask for confirmation before
the removal take place.
Example: rm -i a.out
vi
vi is the "standard" Unix editor found on every Unix machine.
It is more powerful than pico, but is more complicated to learn. The
best way to learn about vi is to read about it in a Unix textbook
and try using it.
Example: vi solveit.f