From 3e9e022028b2befc11176a586e184dbfd6d1ce9a Mon Sep 17 00:00:00 2001 From: dan Date: Mon, 15 Nov 2021 01:42:08 -0500 Subject: [PATCH] docs: create computers/cygwin-host-drive-location --- computers/cygwin-host-drive-location.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 computers/cygwin-host-drive-location.md 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