any chance we could avoid the use of parentheses in file names on unix/linux hosts?
it is a bit of a pain in the side to have to escape charters when you want to look at logs and whatnot…
[root@r003 Deadline6]# ls -ltr
total 91832
-rw-r–r-- 1 root root 681 Dec 17 17:54 deadlinelauncher(r003)-2012-12-17-0000.log
-rw-r–r-- 1 root root 681 Dec 17 17:54 deadlinelauncher(r003)-2012-12-17-0001.log
-rw-r–r-- 1 root root 14442924 Dec 17 23:59 deadlineslave_r003(r003)-2012-12-17-0000.log
-rw-r–r-- 1 root root 14381530 Dec 17 23:59 deadlineslave_r003(r003)-2012-12-17-0001.log
-rw-r–r-- 1 root root 31772660 Dec 18 15:11 deadlineslave_r003(r003)-2012-12-18-0001.log
-rw-r–r-- 1 root root 31799197 Dec 18 15:11 deadlineslave_r003(r003)-2012-12-18-0000.log
-rw-r–r-- 1 root root 677 Jan 14 12:07 deadlinelauncher(r003)-2013-01-14-0000.log
-rw-r–r-- 1 root root 262371 Jan 14 12:19 deadlineslave_r003(r003)-2013-01-14-0000.log
-rw-r–r-- 1 root root 677 Jan 14 16:41 deadlinelauncher(r003)-2013-01-14-0001.log
-rw-r–r-- 1 root root 1322973 Jan 14 17:30 deadlineslave_r003(r003)-2013-01-14-0001.log
[root@r003 Deadline6]# tail -100 deadlineslave_r003(r003)-2013-01-14-0001.log
-bash: syntax error near unexpected token `(’
[root@r003 Deadline6]# tail -100 deadlineslave_r003[b][/b](r003[b][/b])-2013-01-14-0001.log