Top "File-rename" questions

rename-file means changing name of a file

Getting Git to follow renamed and edited files

Questions about renaming files in Git have been asked before, but I can't work out a solution to my specific …

git version-control git-merge file-rename
How to rename multiple files from one extension to another in Linux / Unix?

I have a number of files that end in a '.1', for example: example.file.ex1.1 example.file.ex2.1 …

linux unix file-rename
Rename a file if same already exists

I'm trying to upload a file and rename it if it already exists. The way I want i to do …

php file-upload filenames file-rename file-exists
Prevent a user from deleting, moving or renaming a file

What I am trying to do is while my program is using a file, I want to keep the user …

c# move delete-file file-rename
Rename a list of file with names from another list

I have a list like the following, in a file called lista.txt: mickey donald daffy bugs I have a …

bash loops file-rename
Error 32 (file is in use by another process) when renaming a file

I have a Delphi 2006 app that writes to a file and then regularly renames it to a sequenced name, and …

delphi delphi-2006 file-rename
How to enable debug for node modules?

Having started to work on node.js recently, I am trying to use rename package. Successfully installed (npm install rename) …

node.js rename file-rename node-modules
Groovy rename a file

I'm trying to rename files in a directory using Groovy but I can't seem to understand how it works. Here …

file groovy io file-rename
Use of regex in bash with mv

I have 4 files to rename: ./01: I0010001 I0020001 ./02: I0010001 I0020001 I want to add auxiliary filename .dcm to each file, so …

regex bash file-rename batch-rename mv