摘要:
Python:http://www.liaoxuefeng.com/wiki/001374738125095c955c1e6d8bb493182103fac9270762a000 阅读全文
摘要:
csh与bash比较:一、csh的while循环控制结构及if then:#!/bin/csh -fwhile ($#argv >= 1)if ("$1" == "-s") thenshiftif ($#argv >= 1) thenset source = $1shiftendifelse if ... 阅读全文