14,954
edits
| Line 157: | Line 157: | ||
=== Print the current directory / where am i === | === Print the current directory / where am i === | ||
* {{Linux}}: {{kbd | key= pwd}} | * {{Linux}}: {{kbd | key= pwd}} '''p'''rint name of '''w'''orking '''d'''irectory. More on [http://linuxcommand.org/man_pages/pwd1.html pwd]. | ||
* {{Win}}: {{kbd | key= echo %cd%}} ( | * {{Win}}: {{kbd | key= echo %cd%}} ('''c'''urrent '''d'''irectory) <ref>[http://stackoverflow.com/questions/921741/windows-equivilent-to-unix-pwd Windows equivilent to UNIX pwd - Stack Overflow]</ref> | ||
=== Change directory to my home directory === | === Change directory to my home directory === | ||