NanoShellOS icon indicating copy to clipboard operation
NanoShellOS copied to clipboard

Add cp and mv commands

Open isaacgravenortechnologies opened this issue 9 months ago • 1 comments

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!).