Learn Python the Hard Way Appendix – Flashcards

Unlock all answers in this set

Unlock answers
question
pwd
answer
print working directory
question
hostname
answer
my computer's network name
question
mkdir
answer
make directory
question
cd
answer
change directory
question
ls
answer
list directory
question
rmdir
answer
remove directory
question
pushd
answer
push directory
question
popd
answer
pop directory
question
cp
answer
copy a file or directory
question
robocopy
answer
robust copy
question
mv
answer
move a file or directory
question
more
answer
page through a file
question
type
answer
print the whole file
question
forfiles
answer
run a command on lots of files
question
dir -r
answer
find files
question
select-string
answer
find things inside files
question
help
answer
read a manual page
question
helpctr
answer
find what manual page is appropriate
question
echo
answer
print some arguments
question
set
answer
export/set a new environment variable
question
exit
answer
exit the shell
question
runas
answer
DANGER! become super user root DANGER!
Get an explanation on any task
Get unstuck with the help of our AI assistant in seconds
New