Scripts in C that simulate the work of some Unix commands.
copy the content from a file into another (and create it if it doesn't exist)
cp.exe <source> <destination>
print the content of a directory with the ability to add an option for 'directories only' or 'files only'
ls.exe <dir>[optional] <option>[optional]
- -r : directories only
- -f : files only