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}} (print working directory) | * {{Linux}}: {{kbd | key= pwd}} (print name of working directory) More on [http://linuxcommand.org/man_pages/pwd1.html pwd]. | ||
* {{Win}}: {{kbd | key= echo %cd%}} (current directory) <ref>[http://stackoverflow.com/questions/921741/windows-equivilent-to-unix-pwd Windows equivilent to UNIX pwd - Stack Overflow]</ref> | * {{Win}}: {{kbd | key= echo %cd%}} (current directory) <ref>[http://stackoverflow.com/questions/921741/windows-equivilent-to-unix-pwd Windows equivilent to UNIX pwd - Stack Overflow]</ref> | ||