cd into home directory
See original GitHub issuecd('~');
Just returns an error 😦
cd: no such file or directory: ~
Issue Analytics
- State:
- Created 11 years ago
- Reactions:1
- Comments:7 (3 by maintainers)
Top 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 >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@wayneashleyberry Although this is already closed, I thought I’d ping the thread to say that this has been implemented in v0.6
oh awesome, thanks @nfischer 😃