271 Summary for Final
Allowing 1 page double sided handwritten notes.
Unix Basics with Grep and Sed and Regular Expressions
Filters and Shell Programming
- No loops will be necessary, though you will be allowed to use them.
- Will need to construct a script using input parameters from the command
line and using screen i/o
C Programming
- Fork and Exec; create in c code and understand how the shell uses this
as you execute commands such as grep and ls
- Wait and send exit codes; - see with echo $? and use in c code
- Parent, process and child ids; see with ps -f and use in c code.
- Sending signals: see with kill -9 pid and use in c code
Perl
- No loops
- Read from the screen and files
- Will need to construct a perl script using screen I/O and regular expression
matching using =~
- Take in parameters from the command line
- Ask the user for input
- Work with arrays