<div dir="ltr">Hi,<div><br></div><div>The man page for the midterm assignment specifies that ls prints one entry per line by default, however when running the actual ls command with multiple files it separates each set of entries by a new line character. </div><div>Example:</div><div><br></div><div>$ ls a b c</div><div>a:</div><div>file1</div><div>file2</div><div><br></div><div>b:</div><div>file3</div><div>file4</div><div><br></div><div>c:</div><div>file5  file7</div><div>file6</div><div><br></div><div>Should we also support these new line separators?</div><div><br></div><div>Thanks,</div><div>Keyur</div></div>