The filename seems to be illegal, not accepted by the MacOS kernel.
And seems to be impossible to delete.
Even in C it is
so the illegal file name comes into effect.
What kind of file system is it?
tells the device path of the current folder.
Is it an external drive?
Was the file created by another computer, with a different OS?
I'm back. Thanks for your patience, I hope you all haven't lost interest.
Responses to suggestions and requests:
This is a 2013 MacPro running OSX 10.11.6 with Journaled HFS Plus
This file was on ancient backups that I copied years ago onto my now-spacious hard drive. I suspect that it (and a second file from 1998 I haven't mentioned yet called SurfSim 1.0.0␀ Prefs) were part of some copy protection scheme. I've used neither program for decades. So yes, the file was created on a very different operating system, whatever the Macintosh was running two decades ago.
debugfs with its unlink and rm commands comes to mind, but it might suffer from the same problems as the other tools. When using it, be very careful and know exactly what you are doing!
If find doesn't work, no other user-mode application is going to work. The filename is invalid and the kernel refuses to touch it. You need a disk editor.
Shell script logic
Hi
I have 2 input files like with file 1 content as (file1)
"BRGTEST-242" a.txt "BRGTEST-240" a.txt "BRGTEST-219" e.txt
File 2 contents as fle(2)
"BRGTEST-244" a.txt "BRGTEST-244" b.txt "BRGTEST-231" c.txt "BRGTEST-231" d.txt "BRGTEST-221" e.txt
I want to get... (22 Replies)
Hi,
I need to compare 2 text files with around 60000 rows and 1 column. I need to compare these and write the mismatch data to 3rd file.
File1 - file2 = file3
wc -l file1.txt
58112
wc -l file2.txt
55260
head -5 file1.txt
101214200123
101214700300
101250030067
101214100500... (10 Replies)
Hi Friends,
I'm a great fan of this forum... it has helped me tone my skills in shell scripting. I have a challenge here, which I'm sure you guys would help me in achieving...
File A has a list of job ids and I need to compare this with the File B (*.log) and File C (extend *.log) and copy... (6 Replies)
I've some files created by a script.
For some reason last time the script run was interrupted for an error and the files produced by the script are undeletable.
i've tryed as root with command 'rm' and even if i got no error in command execution the files are still there.
These are the... (9 Replies)
when i try to ls -lrt the directory, the "undeletable" file is listed.
but when i try to ls -lrt *exe, the "undeletable" file is not listed.
this "undeletable" is the file that i want to delete from the directory.
but when i try to delete/rename/copy.... it, it show that "No such file or... (10 Replies)