alvtdev / rshell

assignment(s) for cs100.
MIT License
0 stars 0 forks source link

command echo& doesn't get executed #7

Open M-Evans opened 9 years ago

M-Evans commented 9 years ago
mevans@localhost $ echo&
&
mevans@localhost $ echo&&
Syntax error.

why is this not a syntax error or a missing file? I certainly wouldn't expect it to print &. I didn't give a space.