Skip to content

lucifer

  • System
    • centos
    • shell
    • Common service
    • kernel
  • O.S.O.S
    • Web Service
      • apache
      • nginx
    • LB & HA Cluster
      • LVS
      • keepalived
  • Databases
    • MariaDB

分类:shell

shell.2.6 bash脚本编程(循环语句特殊应用)

2018年5月23日2018年5月23日luciferLeave a comment

  循环执行:for循环、while循环、until循环; 进入条件: for循环:列表元素非空; …

Continue Reading

shell.2.5 bash脚本编程(while循环、until循环)

2018年5月17日2018年5月22日luciferLeave a comment

  while循环语法格式: while  CONDITION; do           循环体 …

Continue Reading

shell.2.4 sed

2018年5月13日2018年5月15日luciferLeave a comment

  导语 Linux的文本处理三剑客: grep,egrep,fgrep : 文本过滤器; sed …

Continue Reading

shell.2.3 bash脚本编程(for循环)

2018年5月12日luciferLeave a comment

  导语: bash脚本的循环语句:将一段代码重复执行多次; 脚本代码循环执行需要具备2个条件; 进…

Continue Reading

shell.2.2 bash脚本编程(if语句)

2018年5月12日2018年5月12日luciferLeave a comment

  if语句的3种格式 >> 单分支if语句: if   测试条件;then      …

Continue Reading

shell.2.1 bash脚本之用户交互

2018年5月8日2018年5月8日luciferLeave a comment

  read   …    OPTION: -…

Continue Reading

shell.2.0 bash编程基础(条件测试、组合条件测试、位置变量、特殊变量、if单双分支)

2018年5月6日2018年5月18日luciferLeave a comment

  关键词:条件测试、条件测试类型、组合条件测试、向脚本传递参数、位置变量、特殊变量、选择执行语句(…

Continue Reading

shell.1.9 bash 算术运算

2018年4月28日2018年5月5日luciferLeave a comment

  加法、减法、乘法、除法(取商值)、某数值的多少次方、取模运算(除法,取余数); + , &#82…

Continue Reading

shell.1.8 扩展正则表达式与egrep

2018年4月6日2018年5月7日luciferLeave a comment

  一、egrep命令: 支持扩展正则表达式实现类似于grep的文本过滤功能; grep, egre…

Continue Reading

shell.1.7 正则表达式与grep

2018年4月6日2018年4月6日luciferLeave a comment

  一、linux的文本处理工具 grep : 文本过滤工具(模式:pattern); sed : …

Continue Reading

文章导航

Previous Page 1 Page 2 Page 3 Next

The steps you take don’t need to be big,they just need to take you in the right direction.

文章归档

分类目录

© 2025 lucifer | WordPress Theme: Lontano Free by CrestaProject.
粤ICP备18013254号-1