📜  powershell tolow - Shell-Bash (1)

📅  最后修改于: 2023-12-03 15:33:46.759000             🧑  作者: Mango

Powershell tolow - Shell-Bash

简介

Powershell tolow是一个命令行工具,可以将Powershell命令转换为Shell-Bash命令。这个工具可以减轻跨平台开发中PowerShell和Bash之间的语法麻烦。

安装

安装Powershell tolow:

npm install -g powershell-tolow

安装完成后,您可以在终端中运行以下命令以查看版本:

powershell-tolow -v
使用

使用Powershell tolow非常简单。假设您要将以下PowerShell命令转换为Shell-Bash命令:

Get-ChildItem -Path "D:\test"

只需使用以下命令:

powershell-tolow 'Get-ChildItem -Path "D:\test"'

将返回以下结果:

ls "D:\test"

您还可以使用以下命令将PowerShell命令从文件中读取并将其转换为Shell-Bash命令:

powershell-tolow -f powershell_script.ps1

转换完成后,Shell-Bash命令将打印在终端上。

特点
  • 单行命令转换
  • 批量脚本转换
  • 语法区分IgnoreCase或CaseSensitive
结论

如果您在PowerShell和Bash之间穿梭,那么Powershell tolow肯定是您需要的工具。它能够轻松地将Powershell命令转换为Shell-Bash命令,减轻了语法麻烦。同时,简单易用的命令行工具提供了批量转换和语法区分等功能,非常符合程序员的使用需求。