I am trying to rename %0 to ~0 for Scarlet's recognition.
for example:
[root@localhost VOC]# ls -la
total 72
drwxrwxrwx. 2 ACCSYS msrqm 26 Dec 7 09:05 .
drwxrwxrwx. 162 ACCSYS msrqm 8192 Nov 23 10:54 ..
-rw-rwxrwx. 1 ACCSYS msrqm 44032 Nov 23 10:54 %0
-rw-rwxrwx. 1 ACCSYS msrqm 14336 Sep 22 09:09 '~1'
I was able to 'mv %1 ~1' no problem.
But when I try to:
[root@localhost VOC]# mv %0 ~0
I get:
mv: '%0' and '/home/qm/ADDR/VOC/%0' are the same file
Anybody trying to go from commercial QM to Scarlet?
Any help will be appreciated.