<div dir="ltr">On Mon, Mar 25, 2013 at 8:46 AM, Alex Lake <span dir="ltr"><<a href="mailto:alex@digitalmail.com" target="_blank">alex@digitalmail.com</a>></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 "/var/log/freeswitch/cdr-csv?"<br>
<br>
Don't like having directories with ? in their names and am baffled as to<br>
its significance!<br></blockquote><div><br></div><div style>It's probably not a literal '?'. The 'ls' 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'm guessing it's probably a newline.</div><div style><br></div><div style>-- </div><div style>Steve</div></div></div></div>