如何将linux上的txt格式改变
展开全部
请问想要更改为什么格式呢?
示例:
[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
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
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询