Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试将 UNIX 环境中的几行文件复制并粘贴到网页中。我想通过破坏标签来保留原始格式。但是,当我选择一个文本块并将其复制并粘贴到网页中时,所有选项卡都已转换为各种长度的空格。
有人可以告诉我我能做些什么来保留原始标签吗?它需要尽可能简单,以便新手用户也可以这样做!
谢谢
根据您对您正在复制的文本缺少选项卡的评论,我怀疑您使用的 ptty 已经为您转换了它们。我怀疑如果你运行“stty tabs”,你可能会得到你正在寻找的行为(通过禁用 ptty 中的标签扩展)。