博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
windows powershell 命令
阅读量:5122 次
发布时间:2019-06-13

本文共 909 字,大约阅读时间需要 3 分钟。

Windows

 

pwd

print working directory  //当前路径

hostname

my computer's network name  //计算机名称

mkdir

make directory  //创建文件夹

cd

change directory   改变路径

Cd..   //向上路径

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  显示文件内容

rm

removing 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  //帮助

help  *XXX*   //  包含有*XXX*的所有命令

  

 

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!

attrib

change permission modifiers

iCACLS

change ownership

 

转载于:https://www.cnblogs.com/paullyblog/p/4710102.html

你可能感兴趣的文章
cs20_6-1
查看>>
keras_7_评估标准 Metrics
查看>>
logging模块
查看>>
MATLAB图像处理函数汇总(一)
查看>>
linux 安装apache
查看>>
JavaMail
查看>>
如何为你的响应式设计提速
查看>>
PPT是天使还是魔鬼?
查看>>
STM32f0芯片ADC连续读取值相同
查看>>
React Native的ListView的布局使用
查看>>
LINQ Distinct()
查看>>
quartz多个scheduler实现
查看>>
盒子之间的关系
查看>>
NOIP2015&2016普及组解题报告
查看>>
过度拟合的问题
查看>>
jar包导入导出
查看>>
C/C++内存泄漏及检测
查看>>
转HTMLTestRunner 生成测试报告
查看>>
hdu_2925_Musical Chairs_201311121643
查看>>
14_输出映射2_resultMap
查看>>