Files:
shell.c- main file with full shell code with signal handling, etc.util.h- supporting header file containing declaration of certain functions and variablesREADME- Documentation
==============
-
Basic commands:
pwd,clear,lsandcd -
lscommand shows all filed in the current directory (hidden also). -
rmcommand working with-r,-fand-voptions. -
rmexcept file1 ...command removes all files except files specified with the command. -
Exit shell using
exitcommmand orCtrl + cSIGINT signal -
history ncommand to print lastncommands or all of the previous commands if no second argument. -
mkdircommand make a folder. -
rmdircommand delete a empty folder.