diff --git a/computers/cygwin-host-drive-location.md b/computers/cygwin-host-drive-location.md new file mode 100644 index 0000000..ae4de3d --- /dev/null +++ b/computers/cygwin-host-drive-location.md @@ -0,0 +1,20 @@ +--- +title: Cygwin Host Drive Location +description: +published: 1 +date: 2021-11-15T06:41:59.403Z +tags: +editor: markdown +dateCreated: 2021-11-15T06:41:59.403Z +--- + +# Cygwin Host Drive Location + +- cd /cygdrive/c +- cd c: + +## or in new system +- ln -s /cygdrive/c /c +Then you can do this in your shell +cd /c/Foo +cd /c/ \ No newline at end of file