This blog is primarily focus on Java fundamentals and the libraries built on top of Java programming language. Most of the post are example oriented, hope you have fun in reading my blog....:)
Saturday, 22 June 2019
Batch: cd: change directory
‘cd’ command is used to change the directory path.
For example,
cd path : change the directory path to given path
cd .. : Change the directory path to parent directory
path.
No comments:
Post a Comment