UPGRADE YOUR BROWSER
We have detected your current browser version is not the latest one. Xilinx.com uses the latest web technologies to bring you the best online experience possible. Please upgrade to a Xilinx.com supported browser:Chrome, Firefox, Internet Explorer 11, Safari. Thank you!
10-31-2019 02:24 AM
Hi ,
I am trying to move a file from one directory to another on tcl console .
Can anyone tell me how to do that .
I am using linux command - mv path1/filename path2/filename
10-31-2019 02:44 AM
Hi @aruns0201 ,
Have you tried - 'exec mv path1/filename path2/filename' ?
10-31-2019 02:44 AM
Hi @aruns0201 ,
Have you tried - 'exec mv path1/filename path2/filename' ?