powershell for windows

 0    22 flashcards    guest1568343
download mp3 print play test yourself
 
Question Answer
pwd
start learning
print working directory
hostname
start learning
my computer’s network name
mkdir
start learning
make directory
cd
start learning
change directory
ls
start learning
list directory
rmdir
start learning
remove directory
pushd
start learning
push directory
popd
start learning
pop directory
cp
start learning
copy a file or directory
robocopy
start learning
robust copy
mv
start learning
move file or directory
more
start learning
page through a file
type
start learning
print the while file
forfiles
start learning
run a command on lots of files
dir -r
start learning
find files
select-string
start learning
find things inside files
help
start learning
read a manual page
helpctr
start learning
find what manual page is appropriate
also
start learning
print some arguments
set
start learning
export/set a new environment variable
after
start learning
exit the shell
runas
start learning
DANGER! become super user root DANGER!

You must sign in to write a comment