如何将linux上的txt格式改变

 我来答
1473131333
2017-03-20 · 超过30用户采纳过TA的回答
知道答主
回答量:86
采纳率:50%
帮助的人:58.5万
展开全部

请问想要更改为什么格式呢?

示例:

[root@bogon ~]# touch flybing.txt

[root@bogon ~]# ls -l flybing.txt 

-rw-r--r-- 1 root root 0 3月  20 17:58 flybing.txt

[root@bogon ~]# echo "This is a txt file." > flybing.txt 

[root@bogon ~]# cat flybing.txt 

This is a txt file.

[root@bogon ~]# mv flybing.txt flybing.doc

[root@bogon ~]# cat flybing.doc 

This is a txt file.

[root@bogon ~]# echo "This  a Doc document form the file of txt." >

flybing.doc 

[root@bogon ~]# cat flybing.doc 

This  a Doc document form the file of txt.

[root@bogon ~]# sz flybing.doc

匿名用户
2017-05-25
展开全部
是一个将文本文件(ASCII)转换为postscript,HTML,RTF的免费软件,可直接打印输出。
Ghostscript:

http://www.gnu.org/software/ghostscript/
可将postscript 语言解释成pdf格式。

2.工具安装:

在Debian, Ubuntu, Linux Mint上:
[plain] view plain copy
brandon@ubuntu:~/shell/Chapter1$ sudo apt-get install enscript ghostscript
在Fedora, Centos, RHEL上:
[plain] view plain copy
$sudo yum install enscript ghostscript

3.文件转换:

使用enscript将txt文本文件转换为postscript格式:
[plain] view plain copy
brandon@ubuntu:~/shell/Chapter1$ enscript -p sed_test.ps sed_test.txt
-p file命令是将enscript执行的结果导出到file文件,如果file替换为“-”,则将转换结果输出到标准输出。

使用postscript将转换后的文件再转换为pdf格式:
[plain] view plain copy
brandon@ubuntu:~/shell/Chapter1$ ps2pdf sed_test.ps sed_test.pdf
[plain] view plain copy
brandon@ubuntu:~/shell/Chapter1$ ls
sed_test.pdf sed_test.ps sed_test.txt
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式