WEC8500/8050 Operation Manual Version 5.2Samsung Electronics America page 418 of 53310.11.3 Revising FileTo copy a file, use the ‘copy [SRC_FILENAME] [DES_FILENAME]’ command.The below command copies the ‘test’ file into ‘disk:/test2’.WEC8500/file# copy test disk:/test2To delete a file, use the ‘remove [FILENAME]’ command. If you enter the belowcommand and enter ‘y’, the ‘test2’ file is deleted.WEC8500/file# remove test2‘disk:/test2’ Do you really want to remove it ? (y/n)yTo change a filename, use the ‘move [SRC_FILENAME] [DES_FILENAME]’ command.If you enter the below command, the ‘test’ file is changed to ‘test2’.WEC8500/file# move test test210.11.4 Retrieve File ContentTo retrieve the content of a file, use the ‘dump’ command. It can be displayed in the hexaor ascii format.WEC8500/file# dump test20000000 7f45 4c46 0202 0100 0000 0000 0000 0000 |.ELF............ |0000010 0002 0008 0000 0001 0000 0001 2000 4950 |............ .IP |0000020 0000 0000 0000 0040 0000 0000 0002 9600 |.......@........ |0000030 808d 0007 0040 0038 0007 0040 001e 001d |.....@.8...@.... |0000040 0000 0006 0000 0005 0000 0000 0000 0040 |...............@ |0000050 0000 0001 2000 0040 0000 0001 2000 0040 |.... ..@.... ..@ |0000060 0000 0000 0000 0188 0000 0000 0000 0188 |................ |0000070 0000 0000 0000 0008 0000 0003 0000 0004 |................ |0000080 0000 0000 0002 5b40 0000 0001 2002 5b40 |......[@.... .[@ |0000090 0000 0001 2002 5b40 0000 0000 0000 000f |.... .[@........ |