Search found 4161 matches

by Eli
1 hour ago
Forum: Linux and Unix Based Operating Systems
Topic: Programmatically Manipulate Files: Renaming, Reading, Writing, Deleting, and Moving Files Between Folders
Replies: 6
Views: 1497

Re: Programmatically Manipulate Files: Renaming, Reading, Writing, Deleting, and Moving Files Between Folders

Here is Python one-liner that renames all files in the directory by appending the label "special_case_2021_" at the beginning of each file name: import os; [os.rename(f, f"special_case_2021_{f}") for f in os.listdir()] You can modify the code and run it to quickly label your files!
by Eli
8 hours ago
Forum: OpenChat
Topic: Re: What is in Your Mind?
Replies: 689
Views: 282844

Re: Re: What is in Your Mind?

by Eli
3 days ago
Forum: OpenChat
Topic: Re: What is in Your Mind?
Replies: 689
Views: 282844

Re: Re: What is in Your Mind?

by Eli
3 days ago
Forum: OpenChat
Topic: Re: What is in Your Mind?
Replies: 689
Views: 282844

Re: Re: What is in Your Mind?

by Eli
3 days ago
Forum: OpenChat
Topic: Re: What is in Your Mind?
Replies: 689
Views: 282844

Re: Re: What is in Your Mind?

Hacking tools

by Eli
3 days ago
Forum: OpenChat
Topic: Re: What is in Your Mind?
Replies: 689
Views: 282844

Re: Re: What is in Your Mind?


Go to advanced search