question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

cd into home directory

See original GitHub issue

cd('~');

Just returns an error 😦

cd: no such file or directory: ~

Issue Analytics

  • State:closed
  • Created 11 years ago
  • Reactions:1
  • Comments:7 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
nfischercommented, Feb 9, 2016

@wayneashleyberry Although this is already closed, I thought I’d ping the thread to say that this has been implemented in v0.6

0reactions
wayneashleyberrycommented, Feb 9, 2016

oh awesome, thanks @nfischer 😃

Read more comments on GitHub >

github_iconTop Results From Across the Web

How to go to home directory in Linux using cd command
One of the most essential commands in Linux is the change directory command or cd command. This is how you will navigate to...
Read more >
cd (change directory) to my home directory on Windows
Any short way to cd to the user specific directories in the command prompt. Like for e.g. in linux shell (debian based) we...
Read more >
3.3.4 Change Working Directory (cd)
The cd (change directory) command allows you to move around within the file ... When you type the cd command by itself, you...
Read more >
Changing to another directory (cd command) - IBM
To change to your home directory, type the following: cd · To change to the /usr/include directory, type the following: cd /usr/include ·...
Read more >
How to navigate to Home Directory? [duplicate] - Ask Ubuntu
The easiest way is to simply type cd . Argumentless cd means cd will bring you to your home directory, which is also...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found