Blame
Date:
Fri Dec 17 14:25:01 2021 UTC
Message:
Import sources
01
2021-12-17
jrmu
This interface is called the command line; you type in a command and it
02
2021-12-17
jrmu
displays the result. The shell we are using is called the korn shell (ksh).
03
2021-12-17
jrmu
04
2021-12-17
jrmu
If you come from the Linux world, it's similar to bash, but simpler.
05
2021-12-17
jrmu
06
2021-12-17
jrmu
Finally, display the file README. But this time, we are not going to use
07
2021-12-17
jrmu
cat, but instead less:
08
2021-12-17
jrmu
09
2021-12-17
jrmu
$ less README
10
2021-12-17
jrmu
11
2021-12-17
jrmu
(Again, don't type the $ dollar symbol; the $ dollar symbol means: run as
12
2021-12-17
jrmu
normal user)
13
2021-12-17
jrmu
IRCNow