Top "Rename" questions

For anything regarding renaming.

How to rename with prefix/suffix?

How do I do mv original.filename new.original.filename without retyping the original filename? I would imagine being able …

bash rename filenames prefix mv
Renaming a directory in C#

I couldn't find a DirectoryInfo.Rename(To) or FileInfo.Rename(To) method anywhere. So, I wrote my own and I'm …

c# file-io directory rename
How to rename a component in Angular CLI?

Is there any shortcut to rename a component with the Angular CLI other than manually editing all the component files …

angular angular-cli rename angular-components
How to rename a directory/folder on GitHub website?

I was able to find a way on GitHub Website to rename a single file and did so with success. …

git file github directory rename
Re-order columns of table in Oracle

I have a table with 50+ columns and I need to swap the order of the first two columns. What is …

sql oracle rename
Changing file extension in Python

Suppose from index.py with CGI, I have post file foo.fasta to display file. I want to change foo.…

python rename file-extension
rename the columns name after cbind the data

merger <- cbind(as.character(Date),weather1$High,weather1$Low,weather1$Avg..High,weather1$Avg.Low,sale$Scanned.Movement[…

r rename
Renaming files using node.js

I am quite new in using JS, so I will try to be as specific as I can :) I have …

javascript node.js rename
Renaming part of a filename

I have loads of files which look like this: DET01-ABC-5_50-001.dat ... DET01-ABC-5_50-0025.dat and I want …

bash filenames rename
Append date to filename in linux

I want add the date next to a filename ("somefile.txt"). For example: somefile_25-11-2009.txt or somefile_25Nov2009.…

linux ubuntu append rename filenames