首页 标签「echo」的内容如下:( Page 2 )
while 读取文件内容
2022-11-18

exec < filenamewhile read line;do  ec…

查看详情 2,917
liunx 字符编码问题
2022-11-18

查询当前服务器的编码:echo $LANG设置服务器的编码:LANG=en_US…

查看详情 3,952
php产生随机数函数
2022-11-18

<?php function generate_code($length …

查看详情 2,974
Two ways to create file using 'doc'.
2022-11-17

Here are two ways to create file using '…

查看详情 2,138
shell数组中“和@的妙用
2022-11-17

#!/bin/bashlist=(4k"8k a bit""16k abc""3…

查看详情 3,523
getline数据来源你的三种方式
2022-11-16

(1)getline从交互式的用户输入中\c中获取内容;# awk 'BEGIN…

查看详情 4,461
远程执行命令和文件分发shell脚本
2022-11-16

deploy.confnode01,all,other,datanode,jou…

查看详情 2,257
shell输出加颜色
2022-11-15

shell输出加颜色#cat a.sh#!/bin/shblue=`tput s…

查看详情 3,122
linux shell输出带颜色文本
2022-11-15

echo -e "\033[33;31m Color Text" - redec…

查看详情 3,995
java修改远程服务器密码
2022-11-15

积累:1. echo 用户名:新密码 | chpasswd

查看详情 2,936