#!/usr/bin/python
#-*-encoding:UTF-8-*-
import sys
if len(sys.argv) < 2:
print('Usage : python sys.argv[0] FileName')
sys.exit(1)
else:
print ('\nunix2dos.py execution successfully!\n')
File=sys.argv[1]
fileobj = open(File,'rU')
try:
allfile = fileobj.read()
finally:
fileobj.close()
python 将unix文件转成dos文件
精选 转载文章标签 python 将unix文件转成dos文 文章分类 Python 后端开发
上一篇:python multiprocessing多进程 ssh
下一篇:pygame
提问和评论都可以,用心的回复会被更多人看到
评论
发布评论
相关文章
-
dos文件转换成unix文件格式
dos文件转换成unix文件格式 摘自:ahsunlong的博客 dos格式文件传输到unix系统时
unix dos windows shell 工具 -
linux文件乱码神器dos2unix
乱码修复工具
乱码修复工具