|
@@ -0,0 +1,20 @@
|
|
|
+# cd
|
|
|
+
|
|
|
+> Byt nuvarande katalog.
|
|
|
+> Mer information: <https://manned.org/cd>.
|
|
|
+
|
|
|
+- GĆ„ till en given katalog:
|
|
|
+
|
|
|
+`cd {{sƶkvƤg/till/katalog}}`
|
|
|
+
|
|
|
+- GƄ till hemkatalog fƶr nuvarande anvƤndare:
|
|
|
+
|
|
|
+`cd`
|
|
|
+
|
|
|
+- GƄ till ƶverordnad katalog:
|
|
|
+
|
|
|
+`cd ..`
|
|
|
+
|
|
|
+- GƄ tillbaks till den fƶregƄende valda katalogen:
|
|
|
+
|
|
|
+`cd -`
|