powershell 中常用cmd,unix命令(get-alias)
powershell 中常用cmd,unix命令(get-alias)
- Get-Content
- Alias cat -> Get-Content
- Alias gc -> Get-Content
- Alias type -> Get-Content
- set-location
- Alias cd -> Set-Location
- Alias chdir -> Set-Location
- Alias sl -> Set-Location
- clear-host
- Alias clear -> Clear-Host
- Alias cls -> Clear-Host
- copy-item
- Alias copy -> Copy-Item
- Alias cp -> Copy-Item
- Alias cpi -> Copy-Item
- remove-item
- Alias del -> Remove-Item
- Alias erase -> Remove-Item
- Alias rd -> Remove-Item
- Alias ri -> Remove-Item
- Alias rm -> Remove-Item
- Alias rmdir -> Remove-Item
- compare-object
- Alias compare -> Compare-Object
- Alias diff -> Compare-Object
- get-childitem
- Alias dir -> Get-ChildItem
- Alias gci -> Get-ChildItem
- Alias ls -> Get-ChildItem
- write-output
- Alias echo -> Write-Output
- Alias write -> Write-Output
- get-history
- Alias ghy -> Get-History
- Alias h -> Get-History
- Alias history -> Get-History
- stop-process
- Alias kill -> Stop-Process
- Alias spps -> Stop-Process
- move-item
- Alias mi -> Move-Item
- Alias move -> Move-Item
- Alias mv -> Move-Item
- get-location
- Alias gl -> Get-Location
- Alias pwd -> Get-Location
- get-process
- Alias gps -> Get-Process
- Alias ps -> Get-Proces
- rename-item
- Alias ren -> Rename-Item
- Alias rni -> Rename-Item
- tee-object
- Alias tee -> Tee-Object
名词或谓词 缩写
- Get => g
- Set => s
- Item => i
- Location => l
- Command => cm
- Alias => al
examples
# get-content
get-alias -definition get-content
# help
get-help get-content
powershell 中常用cmd,unix命令(get-alias)的更多相关文章
- Tcl与Design Compiler (十三)——Design Compliler中常用到的命令(示例)总结
本文如果有错,欢迎留言更正:此外,转载请标明出处 http://www.cnblogs.com/IClearner/ ,作者:IC_learner 本文将描述在Design Compliler中常用 ...
- 工作中常用的Linux命令:mkdir命令
本文链接:http://www.cnblogs.com/MartinChentf/p/6076075.html (转载请注明出处) 在Linux系统中,mkdir命令用来创建一个目录或一个级联目录. ...
- 工作中常用的Linux命令:crontab命令
本文链接:http://www.cnblogs.com/MartinChentf/p/6060252.html (转载请注明出处) crontab是一个用来设置.删除或显示供守护进程cron执行的定时 ...
- 工作中常用的Linux命令:ipcs/ipcrm命令
本文链接:http://www.cnblogs.com/MartinChentf/p/6057100.html (转载请注明出处) ipcs 1. 命令格式 ipcs [resource-option ...
- 工作中常用的Linux命令:find命令
本文链接:http://www.cnblogs.com/MartinChentf/p/6056571.html (转载请注明出处) 1.命令格式 find [-H] [-L] [-P] [-D deb ...
- 开发过程中常用的Linux命令
做Java开发好几年了,部署JavaWeb到服务器上,一般都选择Linux,Linux作为服务器真是不二之选,高性能,只要熟悉Linux,操作快捷,效率很高. 总结一下工作中常用的Linux命令备忘: ...
- 安卓日常开发和逆向中常用的shell命令与非shell命令
简述shell 命令与 非shell命令区别 shell命令不用先adb shell进入界面执行 非shell命令必须要 adb shell进入界面执行 基础非shell命令 1.安装app adb ...
- cmd中常用的dos命令
在电脑中除了我们常见的图形界面之外,图形页面的操作相信都会.那么还有在cmd执行的一些dos命令,可以简单记一下,方便日后复习所用 首先打开cmd窗口,windows+R,然后在对话框输入cmd,进入 ...
- Linux 中常用的基础命令一
1.目录相关命令的使用 pwd(printing working directory) 显示当前工作目录 pwd命令相关的环境变量: PWD 保存了当前工作目录路径 OLDP ...
随机推荐
- jsp大学作业:jsp编写单选,复选判断题及得分情况
project_1_1.jsp <%@ page contentType="text/html;charset=utf-8" language="java" ...
- requirements文件
将一个环境中安装的所有的包在另一个环境中安装 1.生成文件列表 pip freeze > requirements.txt 2.将该文件放入到新环境中,安装 pip install -r req ...
- 【Luogu3733】[HAOI2017]八纵八横(线性基,线段树分治)
[Luogu3733][HAOI2017]八纵八横(线性基,线段树分治) 题面 洛谷 题解 看到求异或最大值显然就是线性基了,所以只需要把所有环给找出来丢进线性基里就行了. 然后线性基不资磁撤销?线段 ...
- vxlan和vlan数据报文
802.1Q标准的以太网帧格式增加了802.1Q字段,该字段包含了Type.PRI.CFI和VID 4个部分,各个部分的含义如下: ·Type:长度为2 bytes,表示帧类型,802.1Q tag帧 ...
- 每个Java程序员需要了解的8个Java开发工具
每个Java程序员需要了解的8个Java开发工具 Java是计算机应用程序编程语言,被广泛用于创建Web应用.服务器处理.用户端的API开发乃至数据库等多个领域.下面列出了8个有助于你开发Java应用 ...
- 线性筛prime/phi/miu/求逆元模板
这绿题贼水...... 原理我不讲了,随便拿张草稿纸推一下就明白了. #include <cstdio> using namespace std; ; int su[N],ans,top; ...
- BigInteger与BigDecimal
BigInteger与BigDecimal Java大数字运算(BigInteger类和BigDecimal类) 在 Java 中提供了用于大数字运算的类,即 java.math.BigInteger ...
- Python之黏包
黏包现象 让我们基于tcp先制作一个远程执行命令的程序(命令ls -l ; lllllll ; pwd) res=subprocess.Popen(cmd.decode('utf-8'), shell ...
- C语言#和##操作符使用方法
1.#操作符 1:#操作符用于预处理阶段,将宏参数转换为字符串,只有宏定义中使用(#define) 使用方法: #define STRING(x) #x printf( ...
- String 类中的几个练习--获取指定字符串中,大写字母、小写字母、数字的个数||获取一个字符串中,另一个字符串出现的次数
package cn.homework.demo1; public class GetCount { /* * 获取一个字符串中,另一个字符串出现的次数 * 思想: * 1. indexOf到字符串中 ...