Taking command of the command line - 8 Changing directory Changing around the different directory is what we always wanted to do most often.There are lot of cool way to do that other than cd lets have a look at them in details. Cd command First and for most the cd <directory-name> command will change the directory. Same stands true on windows to just use cd<directory-name> . Previous Directory. For both windows and Unix-like system use cd .. to go back to the previous directory. Returning back to the current directory. It's more often people use cd .. to again. Na !! But using this you go off to the root. Of your system again its a bit far root to come along the directory we are in . Instead use cd - — cd <minus - > command return back to current directory you're previously in . For ex: cd /<dir1>/<dir2> Pwd User/dir1/dir2: By using cd - you’ll again brin...
the Blog is to share more Insights on Java,DesigningSoftware,Some of the Industry Standerd used in software Development ,Design Principle Design Patterns,Test driven Development,Linux Command Line ,Refactoring the Software, Design Benefits and so on