<div dir="ltr">On Mon, Mar 25, 2013 at 8:46 AM, Alex Lake <span dir="ltr">&lt;<a href="mailto:alex@digitalmail.com" target="_blank">alex@digitalmail.com</a>&gt;</span> wrote:<br><div class="gmail_extra"><div class="gmail_quote">
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Any ideas why I might have a directory called &quot;/var/log/freeswitch/cdr-csv?&quot;<br>
<br>
Don&#39;t like having directories with ? in their names and am baffled as to<br>
its significance!<br></blockquote><div><br></div><div style>It&#39;s probably not a literal &#39;?&#39;.  The &#39;ls&#39; program will substitute a question mark for any non-printable character.  To find the actual name of the file, run</div>
<div style>% ls | cat -v</div><div style>I&#39;m guessing it&#39;s probably a newline.</div><div style><br></div><div style>-- </div><div style>Steve</div></div></div></div>