shell
freekingdong
freelance
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
那些年写过的shell------模式匹配
#! /bin/bash######################################################Author: freeking##Created: July 28th 2013##Description match the pattern as the parameters#############################原创 2013-10-27 13:55:02 · 417 阅读 · 0 评论 -
那些年写过的shell---the function of debug
#! /bin/bash##################################################Author: freeking##Created: Oct 27th 2013##Description enable the debug useage###############################################原创 2013-10-27 14:08:08 · 380 阅读 · 0 评论 -
那些年写过的shell-----判断用户变量
#! /bin/bash##################################################Author: freeking##Created: July 28th 2013##Description replace the word u want#############################################原创 2013-10-27 13:57:42 · 485 阅读 · 0 评论 -
那些年写过的shell-----enable the color of echo
#! /bin/bash##################################################Author: freeking##Created: Oct 27th 2013##Description enable the color of echo###########################################原创 2013-10-27 14:19:09 · 378 阅读 · 0 评论 -
那些年写过的shell-----内置变量
#! /bin/bash##################################################Author: freeking##Created: Jan 26th 2013##Description useage of parameters###############################################原创 2013-10-27 13:56:32 · 348 阅读 · 0 评论 -
那些年写过的shell---The useage of while
#! /bin/bash##########################################################################Author: freeking##Created: Jan 13th 2013##Description useage of while## if [ -n $string ] 如果原创 2013-10-27 14:00:59 · 378 阅读 · 0 评论 -
那些年写过的shell-----The useage of until
#! /bin/bash##################################################Author: freeking##Created: Jan 13th 2013##Description useage of util###############################################path原创 2013-10-27 13:59:14 · 319 阅读 · 0 评论
分享