F

Form

已查杀病毒 Windows Free
下载 v1.1 54 下载量
1.1
发行人 David Vitali Enterprises
发布日期2013年10月15日
添加日期2013年10月15日
操作系统要求Windows 2003, Windows Vista, Windows 98, Windows Me, Windows, Windows NT, Windows 2000, Windows 8, Windows Server 2008, Windows 7, Windows XP
要求None
下载总数54
价钱Free

描述

Form 是在 MS-DOS 命令提示符下运行的文件格式化实用程序。它允许用户:

1. 将制表符扩展到空格;

2. 将空格收缩到制表符;

3. 从输入文件中过滤不可打印的字符。

Form 从标准输入获取输入并写入标准输出。如果您只是在命令行中键入“Form”,您将看到以下语法:

文本格式实用程序,1.1 版,作者 David Vitali

用法:form {switches} n

/e 将制表符扩展到 n 个空格

/c 将 n 个空格收缩到制表符

/f 处理时过滤文件

使用示例:

键入 foo.doc 表格 /f /e 4 > foo2.doc

在 foo.doc 中,将制表符展开为 4 个空格并进行过滤。将输出定向到 foo2.doc。

输入 foo.c form /c 4 更多

在 foo.c 中,将 4 个空格收缩到制表符并将输出通过管道传递到“更多”命令。

类似程序

替代方案

来自此发布者的更多内容