Faster execution of renaming a lot of file names with command-line

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP








up vote
0
down vote

favorite












Im using the following command to rename my file names in a huge folder with a lot of subfolders and files. It take some time to execute.



Qustion: Is there a faster way to do the same? Thank you so much.



find /home/new/Desktop/abc/ -execdir rename 's/abcfiles/xyzfiles/' '' +;









share|improve this question





















  • Here are some ideas: serverfault.com/questions/193319/…
    – jhilmer
    Apr 9 at 11:06














up vote
0
down vote

favorite












Im using the following command to rename my file names in a huge folder with a lot of subfolders and files. It take some time to execute.



Qustion: Is there a faster way to do the same? Thank you so much.



find /home/new/Desktop/abc/ -execdir rename 's/abcfiles/xyzfiles/' '' +;









share|improve this question





















  • Here are some ideas: serverfault.com/questions/193319/…
    – jhilmer
    Apr 9 at 11:06












up vote
0
down vote

favorite









up vote
0
down vote

favorite











Im using the following command to rename my file names in a huge folder with a lot of subfolders and files. It take some time to execute.



Qustion: Is there a faster way to do the same? Thank you so much.



find /home/new/Desktop/abc/ -execdir rename 's/abcfiles/xyzfiles/' '' +;









share|improve this question













Im using the following command to rename my file names in a huge folder with a lot of subfolders and files. It take some time to execute.



Qustion: Is there a faster way to do the same? Thank you so much.



find /home/new/Desktop/abc/ -execdir rename 's/abcfiles/xyzfiles/' '' +;






command-line rename






share|improve this question













share|improve this question











share|improve this question




share|improve this question










asked Apr 9 at 10:37









evavienna

101




101











  • Here are some ideas: serverfault.com/questions/193319/…
    – jhilmer
    Apr 9 at 11:06
















  • Here are some ideas: serverfault.com/questions/193319/…
    – jhilmer
    Apr 9 at 11:06















Here are some ideas: serverfault.com/questions/193319/…
– jhilmer
Apr 9 at 11:06




Here are some ideas: serverfault.com/questions/193319/…
– jhilmer
Apr 9 at 11:06















active

oldest

votes











Your Answer







StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "89"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);

else
createEditor();

);

function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
convertImagesToLinks: true,
noModals: false,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);



);













 

draft saved


draft discarded


















StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1023294%2ffaster-execution-of-renaming-a-lot-of-file-names-with-command-line%23new-answer', 'question_page');

);

Post as a guest



































active

oldest

votes













active

oldest

votes









active

oldest

votes






active

oldest

votes















 

draft saved


draft discarded















































 


draft saved


draft discarded














StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1023294%2ffaster-execution-of-renaming-a-lot-of-file-names-with-command-line%23new-answer', 'question_page');

);

Post as a guest













































































Popular posts from this blog

pylint3 and pip3 broken

Missing snmpget and snmpwalk

How to enroll fingerprints to Ubuntu 17.10 with VFS491