this post was submitted on 16 Sep 2023
38 points (95.2% liked)

Asklemmy

43328 readers
870 users here now

A loosely moderated place to ask open-ended questions

Search asklemmy 🔍

If your post meets the following criteria, it's welcome here!

  1. Open-ended question
  2. Not offensive: at this point, we do not have the bandwidth to moderate overtly political discussions. Assume best intent and be excellent to each other.
  3. Not regarding using or support for Lemmy: context, see the list of support communities and tools for finding communities below
  4. Not ad nauseam inducing: please make sure it is a question that would be new to most members
  5. An actual topic of discussion

Looking for support?

Looking for a community?

~Icon~ ~by~ ~@Double_A@discuss.tchncs.de~

founded 5 years ago
MODERATORS
 

In case of renaming multiple file extensions to another, they suggested to type this command in cmd promt or powershell: ren *.(current extension name) *.(new extension name)

But what about to renaming multiple file extensions to nil or no file extension? How to replace this command *.(new extension name) ?

you are viewing a single comment's thread
view the rest of the comments
[–] dfyx@lemmy.helios42.de 7 points 1 year ago (1 children)

I wouldn’t trust chatGPT on this. Sure, there’s a good chance it gets it right but also a non-negligible chance it gets it catastrophically wrong and you accidentally delete the files or rename them to something that’s even harder to fix.

[–] Hamartiogonic@sopuli.xyz -4 points 1 year ago* (last edited 1 year ago)

Best case scenario, you get the right regex command on the first try. Not super likely though, so it’s good to try it out with a backup located in a separate folder.

Worst case scenario: GPT is giving you a command with the -r switch and you apply it to the root. You’ll end up nuking the whole drive. Not super likely either, but it’s good to be able to understand this part of the command before running it.

The way I see it, GPT is the author, and you’re the editor/publisher. It’s your responsibility to check the book before publishing it.