#

hell

  • Shell下字符串截取

    求一组数的最大值,最小值,平均值。tr工具,即命令,作用:大小写替换以及文本替换先使用for循环将小写输入到文件中再读取文件经过管道进行转换。管道作用:将上一条命令执行结果交给下条指令作为其输入。Sh

    作者:小止1995
    2020-07-07 18:55:04
  • spring security helloword

    官方说明文档https://docs.spring.io/spring-security/site/docs/4.2.4.RELEASE/reference/htmlsingle/#ns-config

    作者:xiaosawuhen
    2020-07-05 06:27:15
  • shell 判断文件

    yuan_file="/home/coservice.war"if [ ! -f "$yuan_file" ]   then       e

    作者:小小三郎1
    2020-07-05 05:48:41
  • 在Mac OS下通过shell script做ping循环测试

    通过shell script做ping循环测试系统环境:操作系统: MAC OS    一个有意思,且有用的系统维护脚本,通过shell script 测试网络主机的连通性:[ti

    作者:客居天涯
    2020-07-01 20:05:26
  • shell while 读取行

    for i in cat file 和 while read line的区别 #!/bin/bash #Auth: andy #Date: 20191114 #Describe: 统计 word_f

    作者:cuizhiliang
    2020-06-30 15:32:05
  • 3 shell编程知识

    [TOC] 一,DAY6 1.shell脚本介绍 shell是一种脚本语言 aming_linux blog.lishiming.net 可以使用逻辑判断、循环等语法 可以自定义函数 shell

    作者:chenshengsheng
    2020-06-28 14:04:57
  • shell 数组

    实例一:基本定义 运用shell的数组#!/bin/bash #by xxx at 2016 #定义数组 并赋值 log_file_name=(access error licess) #获取数组的长

    作者:cuizhiliang
    2020-06-28 11:25:05
  • shell 自定义函数

    Shell 函数定义的语法格式如下:function name() {    statements    [return value]}对各个部分的说明:function是 Shell 中的关键字,专

    作者:大阿鹏
    2020-06-26 18:05:04
  • shell基础知识

    自栋校准时间 yum install -y ntp  使用ntpdate time.fudan.edu.cn去校准时间date在脚本中最常用的几个用法:date +%F  xxxx

    作者:lin790292154
    2020-06-26 00:54:17
  • 反弹shell

    #!/usr/bin/perl -w    #      use strict;    use Socket;  &n

    作者:osotooop
    2020-06-25 21:18:15