Windows 和 Unix 上的脚本语言

发布于 2024-10-18 08:46:01 字数 108 浏览 1 评论 0原文

我需要编写一个处理文件的脚本。其目的是在二进制上下文中打开并复制文件中的某些部分。 问题是我需要在 Windows 和 Unix 上运行它。

是否有一种脚本语言可以处理这两种操作系统?

I need to write a script that handle files. Its aim is to open and copy some sections from the file, in a binary context.
The problem is I need to run it on both Windows and Unix.

Is there a scripting language that can handle both operating systems?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(5

纵情客 2024-10-25 08:46:02

Python 在两者上运行。 Windows版本甚至不需要cygwin。如果你有 cygwin,那么你也可以使用 bash 脚本。

Python runs on both. The Windows version doesn't even need cygwin. If you have cygwin, then you can also use bash script.

定格我的天空 2024-10-25 08:46:02

您可以安装脚本语言,例如 PythonPerl 并在两个系统上使用它。

或者,在 Windows 上安装 Cygwin,这将允许您在 Windows 下运行 Bash shell。

You can install a scripting language such as Python or Perl and use it on both systems.

Alternatively, install Cygwin on Windows, which will allow you to run a Bash shell under Windows.

反差帅 2024-10-25 08:46:02

Ruby 也可以在两个系统上正常运行,并且支持操作两个世界的路径。有一个很好的Windows 安装程序,大多数 Linux 发行版也在默认安装中提供了它。

Ruby also runs on both systems just fine and has support for manipulating paths for both worlds. There's a nice installer for Windows and most Linux distros also ship it in their default installation.

居里长安 2024-10-25 08:46:02

我已经成功地在 Unix 和 Windows 上使用了 Tcl;您可以在此处此处

I've successfully used Tcl across Unix and Windows; you can find more information here and here.

清泪尽 2024-10-25 08:46:02

Unices 上原生的命令 shell“bash”也可在 Windows 上使用。

The command shell "bash", native on Unices, is also available on Windows.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文