Windows Power-Shell is one of the advanced utility which helps administrators and windows developers to work with command line, Windows management instrumentation and Vb-script. Before windows Power-Shell, it was a basic command line utility which gave access to execute basic commands but with the use of Power-Shell now it is easy and efficient to work on windows platform.
In this blog post we are going to look at some basic windows power shell commands which exist in windows command line as well
Dir
Dir command works similar to DOS prompt but it has added some more columns by default like type (file/folder), attributes.
Date
Date command works similar to DOS prompt but it will have time with date. More over time command is obsolete
MD CD
To create directory / folder MD command will work similar to DOS prompt. To enter into the directory CD command will be used
EDIT
Edit command can be used to open file in edit mode, or to create a new file.
Del
Del command can be used to delete any file
Rd
RD command can be used to remove any directory
Clear
Clear command can be used to clear the screen