Top "Rename" questions

For anything regarding renaming.

How to change folder names in python?

I have multiple folders each with the name of a person, with the first name(s) first and the surname …

python rename
Error message when running simple 'rename' function in R

Below a very simple data frame example I found in the internet. Running this in RStudio on my machine turns …

r rename dplyr
How to rename rails controller and model in a project

I started a Rails app and everything works fine. But now, I would like to rename a controller and the …

ruby-on-rails model controller rename
Undo git mv (rename)

What is the right way to undo a rename in git, like: git mv file1 file2

git rename undo mv
Name columns within aggregate in R

I know I can *re*name columns after I aggregate the data: blubb <- aggregate(dat$two ~ dat$one, ...) …

r rename aggregate
Remove whitespaces from filenames in Linux

I have hundreds of jpg files in different folders like this: 304775 105_01.jpg 304775 105_03.jpg 304775 105_05.jpg 304775 105_07.jpg 304775 105_02.jpg 304775 105_04.jpg 304775 105_06.jpg Basically, I …

regex linux rename
How to rename an SVN branch and update references in an existing sandbox?

I needed to rename a SVN branch, so I did: $ svn move https://server/repos/myrepo/branches/oldbranch \ https://server/…

svn branch rename
Batch rename files

I want to batch re-name a number of files in a directory so that the preceding number and hypen are …

linux bash rename file-rename
How to rename a file in .NET?

Using System.IO.File or another .NET class, what is the best way to rename a file? I want to …

file rename .net