原创 python 冒泡排序

#!/usr/bin/env python#coding:utf-8import types,sys# 簡單的排序l=[1,9,2,3,-1,724,219,888]for i in range(len(l)):        for j

原创 awk 獲取系統狀態 cpu 內存

[root@centos-6_5 awk]# cat system.sh #!/bin/bash#coding:utf-8#author:fjj#date:2018.1.28echo "取出UID大於200或root的用戶信息:" awk