Develop a user mode command interpreter which support these functions:
"list-short" -- just like ls without any options
"list-long" -- same as ls -l
"change" -- same as cd
Your command interpreter shall also print the beginning and ending system time for the command.