this post was submitted on 10 Dec 2023
1366 points (98.2% liked)

linuxmemes

20761 readers
1269 users here now

I use Arch btw


Sister communities:

Community rules

  1. Follow the site-wide rules and code of conduct
  2. Be civil
  3. Post Linux-related content
  4. No recent reposts

Please report posts and comments that break these rules!

founded 1 year ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 13 points 9 months ago (3 children)

I'm the kind that never opens a file manager other than to move stuff from one directory to another

[–] [email protected] 3 points 9 months ago (2 children)

File Manager is the best for bulk renaming too

[–] [email protected] 2 points 9 months ago (1 children)

I mean if you knew the command XD a single for loop should work

[–] [email protected] 3 points 9 months ago (1 children)

Eh you rapidly need to know regular expressions to accomplish bulk renaming in the terminal, where some GUI tools like Bulky are a little more powerful for people without chronic eye fatigue.

[–] [email protected] 3 points 9 months ago* (last edited 9 months ago)

Yeah I have no idea how to do that too. But I would find it soo nice if Distros would ship bash scripts for all that.

rename EXPRESSION EXPRESSION

With some help on how to do it and actually helpful tldr. btw:

cheat(){
curl cheat.sh/$1
}

Damn Lemmy...

[–] [email protected] 1 points 9 months ago* (last edited 9 months ago)

I'm a POSIX shell Chad I write shell scripts with parameters in pure POSIX shell for such things /s

[–] [email protected] 2 points 9 months ago (1 children)

You should try the ranger file manager, thanks to that I almost don't use GUI file managers unless I have a headache

[–] [email protected] 2 points 9 months ago

I have heard of it, but never got around to it. I suppose if I get tired of grep and find and shell scripts I'll probably head that way myself. Thanks