Results 1 to 2 of 2
Hi,
I want to write a shell script that will find all the .c files from a folder and convert i into .cpp files with the same name.
Thanks
Mukesh...
- 02-11-2009 #1Just Joined!
- Join Date
- Feb 2009
- Posts
- 2
Shell script that will find all .c files from a folder and convert into .cpp files
Hi,
I want to write a shell script that will find all the .c files from a folder and convert i into .cpp files with the same name.
Thanks
Mukesh
- 02-11-2009 #2
Dont consider this as a rude answer, but its quite (actually very) simple.
and I'm against spoon feeding.
A bit reading will make it easy for you.
Here You GO
EDIT:
by the way...... there is a application for linux called as "Bulk Rename" use it if you are not making script for homework.


Reply With Quote