I guess it bears repeating. Bluntly this time.
If you're going to send a follow request, please do something with your Mastodon/Pleroma/Whatever profile. No activity on your instance account looks fishy. 🐟 I'm just going to cancel it outright if that's the case.
I know I'm not the only one on the Fediverse that feels this way.
@claudiom Just made my first toot. This is the second post. Thanks for following me back, Claudio. I was hoping to find OpenBSD users/dev here who actually use the platform. Glad to see you're looking for community engagement too. I got a tech question for you, if you don't mind. To prove I'm not a bot, I'll wait for your reply to this.
@learningopenbsd Welcome to the fediverse! 🐡 👍
@learningopenbsd Put that filename in between quotes.
I can't select the file in my media player either. I wonder if that means the system doesn't see it? I'd delete it and and just download the song again but I can't even delete it.
@learningopenbsd The command should be as follows:
mv "???It???s Name of the song???.mp3" CorrectName.mp3
Is that what you tried?
Sorry for the delayed response. Yes, exactly, with the necessary \ at the end of the words, too.
I read a tutorial for mv (for Linux) somewhere that said to place \ before the ???s and that didn't work either.
So far I've tried:
1)
$ mv "???It???s Name of the song???.mp3" CorrectName.mp3
double quotation marks
2)
$ mv '???It???s Name of the song???.mp3' CorrectName.mp3
single quotation marks
3) $ mv \???It???s\ Name\ of\ the\ song???.mp3 CorrectName.mp3
with backslash
3)
$ mv "\???It???s\ Name\ of\ the\ song???.mp3 CorrectName.mp3
double quotation marks with backslashes
4) mv '\???It???s\ Name\ of\ the\ song???.mp3' CorrectName.mp3
single quotation marks with backslashes
Example number 3 in real-world use had the ending quotation mark. I accidentally didn't type it in in that last toot.
3 properly reads (i double checked my terminal history to confirm I typed):
$ mv ""\???It???s\ Name\ of\ the\ song???.mp3" CorrectName.mp3
It still doesn't work.
I'm going crazy here.
@learningopenbsd I believe the escape slashes are only if you're not using the quotes.
@learningopenbsd OK, try this workaround. Install bash and then do it with the quotes. Ksh can be funky sometimes with things like that. You can delete bash once you're done with it.
bash-5.0$ doas mv "???It???s Name of the song???.mp3" CorrectName.mp3: No such file or directory
I think the wildcards are somehow preventing the system from (even Bash) from knowing it's there.
I'm just gonna delete it and redownload.
Thanks for your help, Claudio. I hope I to one day know how to help others and be as willing to help them as you have been willing to help me today.
Thanks and God bless.
@claudiom
"No such file or directory"