在微软爱上 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
欢迎光临 51学通信论坛2017新版 (http://bbs.51xuetongxin.com/) | Powered by Discuz! X3 |