摘要:
经常需要创建一个目录进入之,于是准备使用一个命令完成: 首先编写脚本 cdm.sh CodeCode highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->#!/bin/bashmkdir -p $1if [ $? -eq 0 ] ; then cd $1fi ... 阅读全文
posted @ 2008-12-23 20:08
王程明
阅读(2557)
评论(1)
推荐(0)

浙公网安备 33010602011771号