成长值: 15613
2444
2544
7万
管理员
在微软爱上 Linux 之后,PowerShell 这个原本只是 Windows 才能使用的组件,于 2016 年 8 月 18 日开源并且成为跨平台软件,登陆了 Linux 和 macOS。 -- Aaron Kili
本文导航 -在 Linux 系统中安装 PowerShell Core 6.0 …… 15%
-如何在 Linux 中使用 PowerShell Core 6.0 …… 33%
编译自: http://www.tecmint.com/install-powershell-in-linux/ 作者: Aaron Kili 译者: zijung
$ curl https://packages.microsoft.com/keys/microsoft.asc | sudo apt-key add - $ curl https://packages.microsoft.com/config/ubuntu/16.04/prod.list | sudo tee /etc/apt/sources.list.d/microsoft.list $ sudo apt-get update $ sudo apt-get install -y powershell
$ curl https://packages.microsoft.com/keys/microsoft.asc | sudo apt-key add - $ curl https://packages.microsoft.com/config/ubuntu/14.04/prod.list | sudo tee /etc/apt/sources.list.d/microsoft.list $ sudo apt-get update $ sudo apt-get install -y powershell
$ sudo curl https://packages.microsoft.com/config/rhel/7/prod.repo > /etc/yum.repos.d/microsoft.repo $ sudo yum install -y powershell
$ powershell
$PSVersionTable
get-date [# 显示当前日期] get-uptime [# 显示开机时间] get-location [# 显示当前工作目录]
new-item tecmint.tex 或者 "">tecmint.tex
set-content tecmint.tex -value "TecMint Linux How Tos Guides" get-content tecmint.tex
remove-item tecmint.tex get-content tecmint.tex
mkdir tecmint-files cd tecmint-files “”>domains.list ls
dir
get-process
get-process apache2
get-command
get-help Describe
get-alias
history
您需要 登录 才可以下载或查看,没有帐号?立即注册
使用道具 举报
本版积分规则 发表回复 回帖后跳转到最后一页
Archiver|手机版|小黑屋|51学通信技术论坛
GMT+8, 2025-1-31 13:05 , Processed in 0.062433 second(s), 33 queries .
Powered by Discuz! X3
© 2001-2013 Comsenz Inc.