Guest parchambault Posted May 26, 2014 Posted May 26, 2014 Hey all, I have a list of 70 files that I want to copy twice and rename. Example: 1--> 1; 1_HF; 1_PBE0 2--> 2; 2_HF; 2_PBE0 3--> 3; 3_HF; 3_PBE0 4--> 4; 4_HF; 4_PBE0 5--> 5; 5_HF; 6_PBE0 ... I tried: >cp *.txt *_HF.txt But that didn't work. Is there a script that will allow me to do what I want, please help. Thanks Continue reading... Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.