zoukankan      html  css  js  c++  java
  • ubuntu rar文件解压中文乱码问题

    http://blog.csdn.net/android_huber/article/details/7382867

    前段时间经常要在ubuntu系统中去解压rar的文件,但是每次解压出来却总是出现中文文件名乱码的情况。
    经历了无数次的乱码后,我终于忍受不了了,决定要找个解决方法。然后就在网上找解压工具,发现了unrar这么个好东西。
    unrar的命令格式如下,
    unrar <command> [-<switch 1> -<switch N>] archive [files...] [path...]
    下面是man手册里面的内容
       e      Extract files to current directory. 解压中当前文件夹
       l      List archive content.               列出文件
       p      Print file to stdout.                     
       t      Test archive files.                 测试文件
       v      Verbosely list archive.
       x      Extract files with full path.       解压文件到文件夹中   

       我们解压时可以用 e或者x这两个command,
       unrar e file
       unrar x file
       解压后rar终于乱码不见啦。

  • 相关阅读:
    Python的简单介绍/解释器/变量/变量的数据类型/用户交互及流程控制(if)
    变量
    hello python
    页面默认值显示
    java 获取时间区间
    java Set 中 removeAll 与 addAll
    命名的数据库实例
    linux 打包与解包
    缓存工作原理
    java 格式化日期(转)
  • 原文地址:https://www.cnblogs.com/liulipeng/p/3441182.html
Copyright © 2011-2022 走看看