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