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

Jump to navigation Jump to search
no edit summary
*; zip 文件解压后文件名乱码
: unar -e GBK
 
*; 显示所有进程,且只显示第12列
: ps aux | awk '{print $11}'
 
*; 让 apache2 中的 php 代码活起来
<syntaxhighlight lang="bash" line>
Include etc/apache2/conf.d/*.conf
</syntaxhighlight>
 
*; 复制东西进另一个地方
: scp sth.zip host:~
 
*; 给本目录下所有文件夹名字后加加一个g字符
<syntaxhighlight lang="bash" line>
#!/bin/bash

Navigation menu