It is a memorandum. Please comment if there is something wrong.
usage environment Windows 10 home Ubuntu 20.04 on WSL
I want to bring files handled by Windows to WSL.
When moving files cd / mnt / "Here is the absolute path in Windows ()"
You can get to the desired folder in Windows by typing. (Example: cd / mnt / c to reach C :)
Use this to move to the folder with the files
After moving with 1
cp file name "Absolute path of save destination on WSL side"
If you enter, the file will be copied to the specified folder as it is (no renaming)
(Example: cp program.java ~) Will copy program.java to the top directory of WSL.
Recommended Posts