• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

update: renaming a bunch of files AND directories in linux

Page 2 - Seeking answers? Join the AnandTech community: where nearly half-a-million members share solutions and discuss the latest tech.
Originally posted by: MartinCracauer
You mean without the read command?

Doing this recusively with potentially renaming directories is actually not trivial. I have a scripts to totally lowercase all filenames in a tree but it is not perfect either 🙂

No, I just mean something using the read command so I can know howto use it. I've never used read before, that's all.

I don't need something complex, just something stupid/simple would be great. Just a simple example. If you don't want to, just ignore me. I'll just look it up on google.

🙂
 
Originally posted by: MartinCracauer
But there are example with and without the read command at first page 🙂

Doh.

Don't know what I was thinking of.

ls bleh | while read i

I've used that plenty of times in the past. What a brain fart.
 
Back
Top