首页 > Windows开发 > 详细

windows命令行基本用法:

时间:2017-11-12 12:00:04      阅读:249      评论:0      收藏:0      [点我收藏+]

pwd print working directory

hostname my computer‘s network name

mkdir make directory

cd change directory

ls list directory

rmdir remove directory

pushd push directory

popd pop directory

cp copy a file or directory

robocopy robust copy

mv move a file or directory

more page through a file

type print the whole file

forfiles run a command on lots of files

dir -r find files
select-string find things inside files

help read a manual page

helpctr find what man page is appropriate

echo print some arguments

set export/set a new environment variable

exit exit the shell

runas DANGER! become super user root DANGER!

————————————————————————————————————————paste from Learn Python 3 the hard way

windows命令行基本用法:

原文:http://www.cnblogs.com/AbsolutelyPerfect/p/7821231.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!