Posts: 360
Threads: 36
Joined: Mar 2023
Reputation:
28
I tried the "mv" method first and it wouldn't work for me. Shrug.
Posts: 3,447
Threads: 376
Joined: Apr 2022
Reputation:
345
Do you guys have two different Macs or something? Is one an ARM processor while the other isn't?
One command works for one of you and not the other, while the other has the exact opposite results. If this is something as simple as ARM being involved vs not, then we can trap for that and sort out the issue for good. Otherwise, The solution may be to add a toggle for mac owners to choose which to run on their system. I don't personally have one for testing so have no way to check for myself (and if it's a difference in OS, I still would only get *one* result for my own OS and not be able to account for others), so all I can do is pester you guys and fumble blindly while trying to sort out what the difference might be and why it seems to work sometimes but differently than expected other times.
Posts: 163
Threads: 20
Joined: Apr 2022
Reputation:
20
My Mac is 14 years old ebay buy for $200. It smells like BO and cigarettes, I hate it. It's running Catalina.
Could be a permissions thing, if so permissions would have to be granted prior to running the command. It may just fail silently.
If someone wants to try to troubleshoot it. Have the cmd$ write to the clipboard instead of the shell and then copy and paste to the console and then run it. See what the shell complains about.
Posts: 3,447
Threads: 376
Joined: Apr 2022
Reputation:
345
Or try $CONSOLE:ONLY and then remove the _HIDE from that shell hide statement. It should let you see in the console that pops up whatever the output is that it's returning for you, even if that's just something generic like "command not recognized" or whatnot for the OS.
Posts: 360
Threads: 36
Joined: Mar 2023
Reputation:
28
Yes, justsomeguy has an Intel-based Mac while mine is an M2 ARM-based Mac, which is about four years old. Yesterday I looked up "mv" and "trash" and I coulda sworn it said that the Mac/Unix terminal command trash was introduced in 2023, but now I can't find that. And what I did find says that the trash command is non-native and requires installing with third-party software. Wha?! I just tried it again and it works fine, so I'm fairly flummoxed with this.
I just created a dummy file and used Terminal to "trash /users/me/desktop/crap.pages" and the file was successfully moved to the trash can. Maybe Sam @a740g can shine some light on this?