plasma-umass / browsix

Browsix is a Unix-like operating system for the browser.
Other
3.15k stars 181 forks source link

cmd: cp #13

Closed bpowers closed 8 years ago

bpowers commented 8 years ago

Don't know how this one slipped by, but of course we should have cp(1).

Most important flag: -R (recursive).

bpowers commented 8 years ago

fireion from IRC is interested in this

hrishikeshgoyal commented 8 years ago

sir I am interested and a bit experienced in implementation of file commands for a unix system. please instruct me further.

bpowers commented 8 years ago

@hrishikeshgoyal awesome! Are you interested in this as part of GSoC, or just in general? Either way take a look at the instructions for the starter task, and the sample workflow at the bottom in particular.

hrishikeshgoyal commented 8 years ago

I am interested in this as a part of GSoC. I have Implemented the unix file system driver for Linux kernel in C. Should I start learning Transcripts first?

bpowers commented 8 years ago

@hrishikeshgoyal yea, you should probably brush up on TypeScript -- if you have any JavaScript experience it should be pretty simple.

There is A PR open (#19) with a partial implementation of this command