Linux commands: Difference between revisions

Jump to navigation Jump to search
Line 157: Line 157:


=== Print the current directory / where am i ===
=== Print the current directory / where am i ===
* {{Linux}}: {{kbd | key= pwd}}  (print name of working directory) 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%}} (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%}} ('''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 ===

Navigation menu