Difference between revisions of "完美日用小工具"

From 清冽之泉
Jump to navigation Jump to search
(Created page with "* zip 文件解压后文件名乱码 <syntaxhighlight lang="bash" line> unar -e GBK </syntaxhighlight>")
 
Line 1: Line 1:
* zip 文件解压后文件名乱码
+
; zip 文件解压后文件名乱码
 
: unar -e GBK
<syntaxhighlight lang="bash" line>
 
  +
unar -e GBK
 
  +
; 显示所有进程,且只显示第12列
</syntaxhighlight>
 
  +
: ps aux | awk '{print $11}'

Revision as of 22:32, 6 May 2024

zip 文件解压后文件名乱码
unar -e GBK
显示所有进程,且只显示第12列
ps aux | awk '{print $11}'