Lecture 1
Linux Shell
# type this to ensure you are in bash
$ echo $0
>> -bashFiles, Input/Output
$ cat
$ cat$ cat /path/to/fileText in Linux
Terminating program
$ ls
$ ls$ ls -a
$ ls -a$ pwd
$ pwdRedirecting Output
Redirecting Input
Difference in Behaviour
$ wc
$ wcAsterisk in Linux (*)
Last updated