Skip to content

Tag Archives: bash

linux tuning

04-6-07

地址 http://www.enigma.id.au/linux_tuning.txt

# Linux kernel tweaking for performance and security on a busy Linux
# server with a decent amount of memory.
#
# This file should be saved as /etc/sysctl.conf
# You can s...

awk 数组的一个应用

17-5-07

sed和awk这本书看了好久了,sed部分将就看完了,awk部分基本没怎么看。上次有人问起一个比较文件的问题,发现awk来解决非常的简单。
比较两个文件A、B,打印出包含在A中的,但是不包...