<div dir="ltr">Thank you that helped tremendously!</div><div class="gmail_extra"><br><br><div class="gmail_quote">On Sun, Oct 13, 2013 at 3:37 PM, Jan Schaumann <span dir="ltr">&lt;<a href="mailto:jschauma@stevens.edu" target="_blank">jschauma@stevens.edu</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="im">Tejas Nadkarni &lt;<a href="mailto:tnadkarn@stevens.edu">tnadkarn@stevens.edu</a>&gt; wrote:<br>
&gt; Also for the -w flag, are we just forcing print of the non-printable<br>
&gt; characters in the path.<br>
&gt;<br>
&gt; i.e. if -q is selected it replaces non printable characters with &#39;?&#39; but if<br>
&gt; -w is selected it just forces them to be printed out based on isprint().<br>
<br>
</div>If &#39;-w&#39; is selected, the program will not check whether or not the<br>
character is printable, it will simply print it.<br>
<br>
By default your &#39;ls -q&#39; should give the same output as (on <a href="http://linux-lab.stevens.edu" target="_blank">linux-lab.stevens.edu</a>):<br>
<br>
/bin/ls ~jschauma/tmp/<br>
<br>
while your &#39;ls -w&#39; should produce the same as:<br>
<br>
/bin/ls ~jschauma/tmp | cat<br>
<br>
-Jan<br>
_______________________________________________<br>
cs631apue mailing list<br>
<a href="mailto:cs631apue@lists.stevens.edu">cs631apue@lists.stevens.edu</a><br>
<a href="https://lists.stevens.edu/mailman/listinfo/cs631apue" target="_blank">https://lists.stevens.edu/mailman/listinfo/cs631apue</a><br>
</blockquote></div><br></div>