Results 1 to 2 of 2
Hi
I am a new ubuntu user , what is the benefit of tilde(~) with "cd" command?...
- 08-06-2010 #1Just Joined!
- Join Date
- Aug 2010
- Posts
- 5
tilde (~)
Hi
I am a new ubuntu user , what is the benefit of tilde(~) with "cd" command?
- 08-06-2010 #2
~ marks your home directory
- marks the last directory you were in
i.e.:
please read man pages for such simple questions.Code:cd /var/some/directory # in directory /var/some/directory cd ~ # now in home cd - # now back in /var/some/directory
Code:man man


Reply With Quote