Assignment 1 for Network programming -text parsing -argument store -invalid command identification
rm takes only full path. not ~/ form. List of functions used:
- get_tokens: returns: char** of list of tokens. int number of tokens input: user string char*
- check_validity returns: int negative on error parameters: char** tokens recursively checks path for executable
- check_operators: &, <, >, >>, |, ||, |||