I executed a MapReduce project successfully and I distinguished the result in part-00000 file in an output folder created during the project. I would like now to copy the contents of part-00000 file that I visualized in the terminal with the "hadoop fs -cat output / part-00000" command in another folder located locally. What should I do??