博客首页 注册 建议与交流 排行榜 加入友情链接
推荐 投诉 搜索: 帮助

好好学习

  bilbo.cublog.cn

关于作者
姓名:你知道
职业:IT
年龄:每年大一岁
位置:地球
个性介绍:挺笨
Email: bilbo0214@163.com
|| << >> ||
我的分类


UNIX与WINDOWS文本文件格式转换命令
Convert a text file from Windows/dos to unix:
  tr -d '\015' < win-format.txt > unix-format.txt

Convert a text file from unix to Windows/dos:
  sed -e 's/$/\r/' unix-format.txt > win-format.txt

发表于: 2007-11-12,修改于: 2007-11-12 12:31,已浏览703次,有评论0条 推荐 投诉


网友评论
 发表评论