Top "Rename" questions

For anything regarding renaming.

How do I rename all folders and files to lowercase on Linux?

I have to rename a complete folder tree recursively so that no uppercase letter appears anywhere (it's C++ source code, …

linux rename lowercase
Changing capitalization of filenames in Git

I am trying to rename a file to have different capitalization from what it had before: git mv src/collision/…

git rename case-sensitive file-rename
Rename multiple columns by names

Someone should have asked this already, but I couldn't find an answer. Say I have: x = data.frame(q=1,w=2,…

r dataframe rename r-faq
Rename all files in a folder with a prefix in a single command

Rename all the files within a folder with prefix "Unix_" Suppose a folder has two files a.txt b.pdf …

linux unix rename
Batch Renaming of Files in a Directory

Is there an easy way to rename a group of files already contained in a directory, using Python? Example: I …

python file-io rename batch-rename
How do I completely rename an Xcode project (i.e. inclusive of folders)?

I have a project named XXX. I want to rename this project to YYY. Note that XXX is an extremely …

xcode ide rename batch-rename
Rename multiple files in cmd

If I have multiple files in a directory and want to append something to their filenames, but not to the …

windows batch-file cmd wildcard rename
Replacement for "rename" in dplyr

I like plyr's renaming function rename. I have recently started using dplyr, and was wondering if there is an easy …

r rename dplyr
How to move files using FTP commands

Path of source file is : /public_html/upload/64/SomeMusic.mp3 And I want to move it to this path : /public_…

ftp command rename move
Renaming Column Names in Pandas Groupby function

Q1) I want to do a groupby, SQL-style aggregation and rename the output column: Example dataset: >>> df …

python pandas group-by pandas-groupby rename