在cygwin中如何检查文件的文件格式,如何将格式从dos更改为unix?

发布于 2024-09-26 00:30:58 字数 81 浏览 6 评论 0原文

在cygwin中如何检查文件的文件格式,如何将格式从dos更改为unix?

这个问题以前可能已经回答过,但我在以前的帖子中找不到答案

In cygwin how do I check the file format of a file, how do I change the format from dos to unix?

This question has probably already been answered before, but I could not find the answer in previous posts

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

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

发布评论

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

评论(2

╭ゆ眷念 2024-10-03 00:30:58

cygutils 软件包具有 dos2unix 和其他此类实用程序。有关更多详细信息,请参阅此链接。具体来说:

Unix-Windows 的麻烦之一
互操作性是不同的线
文本文件的结尾。正如中提到的
名为“文本和二进制
modes”,Unix 工具如 tr 可以
在 CRLF 和 LF 结尾之间转换,
但 cygutils 提供了几个
专用程序:conv、d2u、
dos2unix、u2d 和 unix2dos。使用
--help 开关以获取使用信息。

The cygutils package has dos2unix and other such utilities. See this link for more details. Specifically:

One of the hassles of Unix-Windows
interoperability is the different line
endings on text files. As mentioned in
the section called “Text and Binary
modes”, Unix tools such as tr can
convert between CRLF and LF endings,
but cygutils provides several
dedicated programs: conv, d2u,
dos2unix, u2d, and unix2dos. Use the
--help switch for usage information.

空心空情空意 2024-10-03 00:30:58

像这样使用的命令 file

file file-to-check.txt

会告诉你正在使用什么样的行终止符

我认为 cygwin 有 dos2unix 和 unix2dos

http://www.cygwin.com/cygwin-ug-net/using- effectively.html

The command file used like this

file file-to-check.txt

Will tell you what kind of line terminators are being used

I think cygwin has dos2unix and unix2dos

http://www.cygwin.com/cygwin-ug-net/using-effectively.html

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