NanoShellOS
NanoShellOS copied to clipboard
Add cp and mv commands
This commit/PR adds 'cp' and 'mv', where 'mv' uses the same code as 'cp' but attempts to delete the file afterwards. Command-line fkags (such as -r ), or moving/copying folders isn't supported by this code (yet!).
I believe all of the reviewed points have been addressed, save for the ShellCopy idea, as I commented on. Let me know what you think. 😄