Hi,
I have a file abc.prj in each of many subdirectories.
I need to append the contents of myfil.txt to every abc.prj file in the subdirectories.
Can somebody please help me out on this?
The structure is as follows:
Main ---|
|subdir1 --> abc.prj
|subdir2 --> abc.prj
|subdir3 --> abc.prj
|subdir4 --> abc.prj
|subdirn --> abc.prj
abc.prj should be appended with the contents of myfil.txt.
Thanks,
RV
I have a file abc.prj in each of many subdirectories.
I need to append the contents of myfil.txt to every abc.prj file in the subdirectories.
Can somebody please help me out on this?
The structure is as follows:
Main ---|
|subdir1 --> abc.prj
|subdir2 --> abc.prj
|subdir3 --> abc.prj
|subdir4 --> abc.prj
|subdirn --> abc.prj
abc.prj should be appended with the contents of myfil.txt.
Thanks,
RV