Posts: 22,491
Threads: 4,934
Joined: May 2025
Reputation:
2
I have a stubborn file that simple won't open, or allow to be tossed with Finder.
It sends the beachball spinning.
What would be the syntax with "rm"?
The file is 3 folders down on a 2ndary drive in an MacPro. In other words, not the start up drive.
“Art is how we decorate space.
Music is how we decorate time.”
Jean-Michel Basquiat
Posts: 22,491
Threads: 4,934
Joined: May 2025
Reputation:
2
didn't take that.
-bash: rm -f: command not found
“Art is how we decorate space.
Music is how we decorate time.”
Jean-Michel Basquiat
Posts: 23,742
Threads: 1,348
Joined: May 2025
Reputation:
0
tell me you copied & pasted that?
Posts: 22,491
Threads: 4,934
Joined: May 2025
Reputation:
2
nope, by hand
“Art is how we decorate space.
Music is how we decorate time.”
Jean-Michel Basquiat
Posts: 4,090
Threads: 1,161
Joined: Mar 2021
Reputation:
0
I think he was asking if you really typed "file.text" at the end or if you typed the name of your file. Or maybe the "Volumes" at the beginning. Maybe you should show us exactly what you typed.
Posts: 13,726
Threads: 599
Joined: Nov 2024
Reputation:
0
Make sure there's a space between "rm" and "-f"
Better yet, try "rm -i /Path/to/file.ext" first.
Posts: 13,726
Threads: 599
Joined: Nov 2024
Reputation:
0
Another tip: drag the file from a Finder window onto the Terminal after typing the "rm" command.
It will expand the full path there.
Posts: 22,491
Threads: 4,934
Joined: May 2025
Reputation:
2
can't do anything with the file with Finder. It stalls Finder forever.
rm -f /Bugs/Marvin/ProTools Free/time code/Image_01.mpg
Where Bugs is the start up. Marvin is another drive in the Mac. Then folders & file.
“Art is how we decorate space.
Music is how we decorate time.”
Jean-Michel Basquiat