rename-file means changing name of a file
0
votes
1answer
9 views
Auto renaming of featured image filenames in WordPress posts..?
Please tell me, - is there a code I can use to automatically copy the title of a post and rename the filename of that post's featured image according to that title, putting dashes instead of spaces, ...
0
votes
1answer
24 views
Renaming files by removing a word from filename
I want to rename files in a folder that is currently named as A - f1, A - f2
where A is the folder name. I want to do this either in a batch file or shell
script.
0
votes
2answers
21 views
Renaming a RandomAccessFile
i have a RAF called data.bin and a temporary RAF called temp.bin.
data = new RandomAccessFile("data.bin","rws");
temp = new RandomAccessFile("temp.bin","rws");
the temp file is ...
0
votes
2answers
23 views
script or command to change the starting index number of a set of sequentially numbered files
i have a set of files named img1.png , img2.png ,...img10.png,.. and so on. what i want to achieve is renaming these files so that the starting index is increased by 30 such that the files become ...
0
votes
0answers
28 views
File.renameTo doesn't rename case sensitive files [duplicate]
Am trying to rename a File in Java (on Android) from small letters to capital letters
though the File.renameTo(File newFile) returns true, but actually the file still has the same old name;
for ...
0
votes
2answers
29 views
batch file to find files with double file extensions and remove the last one
I have several folders that have files with double file extensions along with regular file extensions. I need to create a batch script to search all the folders and remove the last extension with any ...
0
votes
0answers
41 views
PHP move_uploaded_file not working but rename is working
I have a strange problem.
I am using PHP function move_uploaded_file to move uploaded file from /tmp/(temp) to web server.
Function move_uploaded_file was working without any problem earlier, then ...
1
vote
0answers
15 views
Remove spaces from filenames in folder
I have a situation where I need to daily go over 400+ files in a folder on Xsan and replace spaces with under-scores in the filenames of the files.
Does anyone one have a script at hand that I can ...
-1
votes
2answers
17 views
renaming a strange filename on winxp (“g:\filename.csv”) [closed]
Inadvertently, I have created a file named "g:\filename.csv" on WinXP through a python script.
Pl. note that "g:\filename.csv" is the filename. Actually it is saved on F drive.
I can't rename it ...
0
votes
1answer
36 views
Applescript rename duplicated file:
I am writing a scipt to create user folders and copy relevant applications templates to the main folder on an external media volume. Earlier user-entered information is provided through a dialog box. ...
-2
votes
2answers
41 views
modify several file names using shell
I would like to change several files name in my current directory, like this for example :
test1
test2
test3
And I would like to rename every file with a command (mv I think) to have that (for ...
-1
votes
1answer
29 views
Trying to change name of uploaded file on upload in PHP but its not working?
im using php to upload images to my site, i want to rename them as soon as they are uploaded and before they are placed in the server directory so that i can eliminate the chance of images being ...
0
votes
1answer
26 views
How to rename a batch of files to a name that exists in the first line of each file
I need to rename a batch of files in a single directory to the characters between the backticks on the first row of the file contents.
File name: schema.stored.procedure302
First line in the file ...
0
votes
0answers
113 views
ASP.NET error when uploading, renaming and resizing an image
Afternoon, i am trying to upload a file using the asp.net FileUpload control. Before saving the image i need to rename the file with the users GUID, then resize the image to 128px.
However when it ...
0
votes
1answer
29 views
Rename file within MySQL Stored Procedure
I'm trying to backup some of my data stored in a big table with
SELECT ... INTO OUTFILE
statement.
The output file is on a network hard drive, so if the network connection breaks just during the ...
0
votes
1answer
36 views
Why does c script only rename in last execution of loop
I am using C Script within Siemens WinCC 7.0 to read a text file containing source and destination comma separated e.g.
C:\Users\Administrator\Desktop\C File Transfer Test\Source\Cat.txt,P:\Cat.txt
...
-2
votes
1answer
37 views
rename the uploaded pic or image which has so many dots or points like 2012-12-16 13.07.23.jpg [closed]
"2012-12-16 13.07.23.jpg" rename this file while uploading by using php and make a three copy of this image of different dimensions like 15X15,300X400px. The file size should be compressed to a much ...
0
votes
0answers
27 views
File move not working
I'm using the following method to moves files from one folder(source) to another(destination). I have added a check to see if the file exists which is returning true, but still the file is not moving ...
1
vote
1answer
113 views
java file.renameTo() fails in unix
I have a java application that processes the contents of a file, and then I need to move it to another location.
This is how I read the file:
String filePath = new String("foo.bar");
String ...
0
votes
4answers
126 views
How to write a program to rename mp4 files to match the name of srt files?
So I have downloaded the mp4 and srt files for "Introduction to computer networks" course from Coursera. But there is slight discrepancy between the names of mp4 and srt files.
The file name samples ...
0
votes
0answers
7 views
Decode and rename folder names on web server
I have problems with some Cyrillic folder names on my web server and want to decode them automatically.
For example:
%D0%9F%D1%80%D0%B8%D0%BC%D0%B5%D1%80
Is actually is:
Пример
So my question ...
1
vote
1answer
155 views
zf2 how to upload files, more than 1 file
I refer to http://samsonasik.wordpress.com/2012/08/31/zend-framework-2-creating-upload-form-file-validation/ and follow this, I can upload 1 file successfully by using rename filter in ZF2.
However ...
2
votes
2answers
55 views
XLS Files Renamed in Python Getting Corrupted?
I'm new-ish to Python and I'd like to accomlish a simple task but I'm a little stuck/confused. I simply have a task I'd like to automate, which is appending the current date to the filename of an ...
0
votes
0answers
23 views
Eclipse Rename Refactoring before and after build
In a Java Project of mine , there are a few class files with the same name But in different packages.
I see different Search Results before and after project Build.
Before Build
When I try to ...
0
votes
1answer
30 views
How to rename large amounts of .asc files at once? with MS Office or Matlab
Here's the scenario: I've got this grid builder that runs large amounts of data at once, usually requiring about 10 hours per completion. It spat at all of my latest .asc files as
...
0
votes
1answer
72 views
Batch How can I rename a file saved into a variable?
this is my situation:
@echo off
Setlocal EnableDelayedExpansion
set file=C:\Users\test\Desktop\fscls.cfg
how can I rename %file% variable to get (with an echo command):
...
1
vote
3answers
62 views
Bash how can rename a file saved into a variable?
how can I do this:
I have a file, eval.txt saved into a variable, that I want to rename timestamp_eval.txt
filetosend=/home/cft/eval.txt
filename=$(echo $filetosend | cut -d '/' -f4) //to get only ...
0
votes
1answer
75 views
os x terminal command [closed]
Does anyone know how can i remove '@2x~ipad' string from all files name in a directory
do that a file named: image@2x~ipad.png will be renamed to: image.png
I need to rename all files in a certain ...
1
vote
1answer
73 views
R,Rename.file iteratively
I'm trying to write an algorithm in R language which allows me to rename files. I want to rename all pdf files in a folder by numbers 1,2,3,4,5,... and keeping the pdf extension.
The main difficulty ...
2
votes
1answer
65 views
Renaming music files in R
I'm trying to rename a number (179) of files which names follow the pattern:
"104-jacques_brel-le_diable_(ca_va)-just.mp3 TEST"
...
"1517-jacques_brel-la_cathedrale-just.mp3 TEST"
Aiming at an ...
5
votes
2answers
124 views
Git on windows: Can't switch branch after renaming a file (only changed case)
I'm working with git on windows, and I have a file in my repo, lets say "foo.txt".
Today I wanted to rename this file to "Foo.txt" (uppercase). As suggested in this SO question, I used git mv -f ...
1
vote
3answers
106 views
How to make a recursive rename operation (Linux, using python) reversible?
How to make a recursive rename operation (Linux, using python) reversible?
I want to write a program under Linux and using python, this program do this job: Batch recursive rename all file in a ...
1
vote
2answers
94 views
Remove whitespaces from filenames in Linux [closed]
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
...
3
votes
3answers
75 views
renaming files with a shell script
I have a lot of files following are the files
DSCN2352.JPG DSCN2356.JPG DSCN2360.JPG DSCN2364.JPG
DSCN2353.JPG DSCN2357.JPG DSCN2361.JPG DSCN2365.JPG
I want to rename these files so I wrote a ...
1
vote
1answer
67 views
View and save information to multiple TIFFs in SharePoint [closed]
I need some easy way of a user opening a list of SharePoint documents (TIFFs in our case), reading them and then saving additional information to them.
Imagine a teacher with a stack of scanned exam ...
0
votes
2answers
84 views
What is wrong in my code logically?
I am working on a code to rename number of files in java. I have a list of the files in a .txt. File in which my program retreives the name of the document and its new name. It currently does not ...
0
votes
1answer
84 views
Ruby On Rails - how to rename currently uploaded file?
This is my method for uploading files:
name = file.original_filename
directory = "images/"
path = File.join(directory, name)
File.open(path, "wb") { |f| f.write(file.read) }
I need to rename the ...
1
vote
1answer
74 views
Rename lots of files from yyyy-dd-mm_hh-ss.7z --> yyyy-mm-dd_hh-ss.7z
As it turns out, in a script I wrote a while ago to do SVN backup, I messed up the date format. Now I have about 60 files, all named badly.
How can I quickly rename these files, so that mm and dd are ...
0
votes
1answer
175 views
Remove file name prefix with cmd
I have thousands of files in one folder and most of them have prefix in name like this: NNNN_*.jpg
For example 3453_dfgdhfdgh.jpg, 1000_dfgdhfdgh.jpg, 5463_dfgdhfdgh.jpg etc.
How can I with CMD ...
1
vote
0answers
45 views
renamed files when I upload to a server
Recently i had a problem I'm uploading PHP to different servers but sometimes server change the name of some images or files and obviously that breaks so I have to check carefully if everything is ok.
...
0
votes
2answers
320 views
Search a file having particular string in its name and rename it
I am amateur to VBScript (and quite fascinated with the way it works ;)). I have to work on certain reports on daily basis for which I have generated a script to do the task. The trouble is that I ...
0
votes
0answers
62 views
vb.net searching and renaming directories
I am bussy with a project.
I want to rename all the folders with a specified sign in it.
I want to do this with the main directory and subdirectories. Now i am able to change the main directory but ...
2
votes
2answers
226 views
Script to batch rename to retain only some characters of original filename?
I need to rename thousands of rar files with original filenames of variable sizes. I must make them 10 characters long by keeping the first 3 and the last 4 characters of the original filename and ...
0
votes
3answers
221 views
bash file rename
I have files like:
alien-skull-2224154.jpg
snow-birds-red-arrows-thunderbirds-blue-angels-43264.jpg
dead-space-album-1053.jpg
How can I remove in bash the "ID" string before .jpg
The id is always ...
0
votes
1answer
120 views
Copy from CSV and Rename in MS-DOS
I have a .csv file with the following format:
<path_including_filename>,<new_filename>
<path_including_filename>,<new_filename>
...
0
votes
5answers
90 views
Removing 10 Characters of Filename in Linux
I just downloaded about 600 files from my server and need to remove the last 11 characters from the filename (not including the extension). I use Ubuntu so I know there is some way to do this via ...
0
votes
1answer
22 views
Using .htaccess to redirect requests for updated cached files
A client has changed their branding slightly so I need to update the CSS and favicon. Favicons, particularly, seem to be very strongly cached so, to stop the client from thinking the work hasn't been ...
1
vote
1answer
108 views
Batch rename in hadoop
How can I rename all files in a hdfs directory to have a .lzo extension? .lzo.index files should not be renamed.
For example, this directory listing:
file0.lzo file0.lzo.index file0.lzo_copy_1
...
0
votes
3answers
98 views
How to remove specific characters from a file name?
I have bunch of files that need to have a (.) dot removed from the file-name. Eg. "Mr.-John-Smith.jpg" to "Mr-John-Smith.jpg". I don't have real experience with programming and know only html/css and ...
0
votes
2answers
98 views
basename multiple files [closed]
In a directory (I work in Linux) I have like 100 subdirectories named like: name_02randomnumber
e.g:
John_023338898963
MARK_022672389892
Petra_02326288918
In every subdirectory is a subdirectory ...





