plasma-umass / browsix

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

cmd: xargs #12

Closed bpowers closed 8 years ago

bpowers commented 8 years ago

xargs(1) takes input from stdin and passes it as the argv vector to another command.

This should be pretty straightforward, without the need for new syscalls.

rvolosatovs commented 8 years ago

Hi, I would like to try implementing this command.

bpowers commented 8 years ago

(merged and implemented long ago)