<div dir="ltr">Hi Professor,<div>I have two questions:</div><div>1. Will there always have whitespace before and after operator(e.g &amp; &gt; &gt;&gt; | &lt;)?</div><div>2. In linuxlab, I did a experiment of redirection.</div><div><br></div><div>yzhan14@avatar:~$ echo &quot;hello&quot; &gt; test1 &gt; test2 &gt; test3 &gt; test4 &gt; test5</div><div>yzhan14@avatar:~$ cat test*</div><div>hello</div><div><div>yzhan14@avatar:~$ ll test*</div><div>-rw-r--r--+ 1 yzhan14 student 0 Dec 11 15:35 test1</div><div>-rw-r--r--+ 1 yzhan14 student 0 Dec 11 15:35 test2</div><div>-rw-r--r--+ 1 yzhan14 student 0 Dec 11 15:35 test3</div><div>-rw-r--r--+ 1 yzhan14 student 0 Dec 11 15:35 test4</div><div>-rw-r--r--+ 1 yzhan14 student 6 Dec 11 15:35 test5</div></div><div><br></div><div>It shows that only test5 contains &quot;hello&quot;, while test1 to test4 contains nothing.</div><div>Is it what you required us to implement redirect?</div><div><br></div><div>Thank you,</div><div>Yanqiao</div></div>