mellobacon / Termello

A terminal emulator made in Electron

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Bug] cp command doesnt work

mellobacon opened this issue · comments

Describe the bug
cp is getting this error: cp: missing and/or

To Reproduce
Steps to reproduce the behavior:

  1. Open Termello
  2. Type cp and whatever you want to copy and the destination (in my case "testfile" and "testfolder"
  3. Error in Termello console: cp: missing and/or ("source" and "dest" are surrounded by "<" hence the blanks)
  4. See error

Expected behavior
Copy files or folders to destination or really how cp is supposed to work in Linux

Additional info
I might be executing it wrong

Fixed.