windows命令行基本用法:

Posted 深圳地铁Princess

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了windows命令行基本用法:相关的知识,希望对你有一定的参考价值。

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命令行基本用法:的主要内容,如果未能解决你的问题,请参考以下文章

windows net 命令的用法大全

UPPAAL命令行

cmd find命令用法

Windows telnet用法是啥?

Windows命令行简易入门

windows命令行(DOS界面)(cmd窗口)