i was changing one dos command to linux command, its like:
copy c:\file.mdl c:\data\file_dd.m*
That is the file extension should be the same as the source file(we can have file.mdl, file.mdo..).In linux i did this
cp /folder1/file.mdl /folder/folder1/file_dd.md*
i am getting md* instead of the correct file extension.
Can anybody help me

i am just a beginer