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终于乱码不见啦。

  • 相关阅读:
    try catch finally
    类的小练习
    易混淆概念总结
    C#中struct和class的区别详解
    Doing Homework again
    悼念512汶川大地震遇难同胞——老人是真饿了
    Repair the Wall
    Saving HDU
    JAVA-JSP隐式对象
    JAVA-JSP动作
  • 原文地址:https://www.cnblogs.com/liulipeng/p/3441182.html
Copyright © 2011-2022 走看看