2015年2月5日

Linux 基础知识----shell

摘要: 1.file title:#!/bin/bash2.input:echo $1echo $23.if# ifif [ "$1" = "N" ]then echo normalelif [ "$1" = 1 ]then echo 'case1'elif [ -n "$1" ]then echo 'ot... 阅读全文

posted @ 2015-02-05 14:49 Joyfulmath 阅读(169) 评论(0) 推荐(0) 编辑

Linux 基础知识

摘要: 1.mansearch some linux cmd, using man "command" or command --help.2.findfind path -name "*.txt" // 在path下面查找 *.txt文件.嵌套查找:find `find . -name res` -nam... 阅读全文

posted @ 2015-02-05 11:37 Joyfulmath 阅读(142) 评论(0) 推荐(0) 编辑

导航