Location of .bashrc for “Bash on Ubuntu on Windows” in Windows 10

后端 未结 6 758
攒了一身酷
攒了一身酷 2020-12-08 04:25

Microsoft just introduced a Linux subsystem in its Windows 10 Anniversary Edition. The installation is pretty straight forward, but I could not locate bash files on Windows.

6条回答
  •  离开以前
    2020-12-08 05:05

    ~ means that is user home folder, way like /home/%username%/

    you can list files like ls -al and see .bashrc file.

提交回复
热议问题