分页: 1 / 2
...........................................
发表于 : 2015-05-04 22:28
由 873944287
...........................................
...........................................
发表于 : 2015-05-04 22:39
由 873944287
...........................................
Re: ubuntu 和 windows的txt
发表于 : 2015-05-04 23:00
由 qy117121
windows下换个软件打开txt
推荐 notepad++
Re: ubuntu 和 windows的txt
发表于 : 2015-05-04 23:02
由 月下叹逍遥
unix2dos和dos2unix
Re: ubuntu 和 windows的txt
发表于 : 2015-05-04 23:12
由 photor
月下叹逍遥 写了:unix2dos和dos2unix

Re: ubuntu 和 windows的txt
发表于 : 2015-05-04 23:13
由 onlylove
快速处理?一行sed?不过把^m删掉,windows下面就没换行了,所以你还是考虑下notepad++之类的?
Re: ubuntu 和 windows的txt
发表于 : 2015-05-04 23:14
由 adagio
windows默认使用ansi编码,linux默认使用统一使用utf-8,你可以用有编码转换的软件打开
比如windows下的notepad++什么的都行,gedit也可以,要装个dconf-editor,vim需要设置locale什么的,自己搜吧
或者直接转换成utf8,用软件自带功能或者iconv命令
Re: ubuntu 和 windows的txt
发表于 : 2015-05-05 0:04
由 873944287
notepad ++ 怎么把多个文档另存为。。
有很多ubuntu的txt。。。
Re: ubuntu 和 windows的txt
发表于 : 2015-05-05 0:11
由 873944287
我不但要打开,还要把整个txt格式换掉。。行吗?
Re: ubuntu 和 windows的txt
发表于 : 2015-05-05 0:14
由 zhw2101024
在我的debian上安装unix2dos软件包,就有unix2dos和dos2unix这两个命令可用,很暴力

Re: ubuntu 和 windows的txt
发表于 : 2015-05-05 0:15
由 zhw2101024
被别人抢先了

Re: ubuntu 和 windows的txt
发表于 : 2015-05-05 0:27
由 873944287
发现了个笨方法,。。 把ubuntu版的txt一次性拉倒win的doc里,然后F12保存, 还算快。。。 求更好的方法
Re: ubuntu 和 windows的txt
发表于 : 2015-05-05 11:05
由 lord007
看来楼主不会用命令行啊??
用 unix2dos 命令是最快的,支持批量转换
Re: ubuntu 和 windows的txt
发表于 : 2015-05-05 13:10
由 873944287
上面几层的unix2dos正解啊。。
原来早就出正解了,是自己笨看不懂
Re: ubuntu 和 windows的txt
发表于 : 2015-05-05 13:21
由 873944287
todos 怎样把所有文件转换
目录里的子目录里的文档不能转啊。。