Special filenames
Posted Mar 23, 2009 20:00 UTC (Mon) by
epa (subscriber, #39769)
Parent article:
Malcolm: SQL for the command line: "show"
show host, "count(*)", "total(size)" from /var/log/httpd/*access_log*
And what happens when there is a file called 'where'?
OK, in this example it would be /var/log/httpd/where which presumably wouldn't trip up the parser. But using this thing in your current directory could be flaky.
(
Log in to post comments)