text file conversion windows - unix.whs
来自「WINHEX11V2 显示磁盘及文件信息」· WHS 代码 · 共 7 行
WHS
7 行
// WinHex sample script that converts a Windows text file into a UNIX text file.
// The representation of line breaks differs in both systems.
// Can only be executed by the evaluation version if unchanged.
ExitIfNoFilesOpen
CreateBackup
ReplaceAll 0x0D0A 0x0A
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?