Frage

In xiki for sublime I run this line

$cd /Users/my_name

and no errors or anything appear. However when I run this command

$pwd

this is the output I get

/Users/my_name/Library/Application Support/Sublime Text 2/Packages

It seems like it should be in my home directory. Why isn't this working?

War es hilfreich?

Lösung

Found the answer. For anyone who is interested, you have to type the directory you are working in above the command. For example

/Users/my_name/
    $ls
Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit StackOverflow
scroll top