摘要:
001、 [root@PC1 test]# echo ${array1[*]} 100 aaa xxxYYY [root@PC1 test]# echo ${array1[@]} 100 aaa xxxYYY [root@PC1 test]# echo ${!array1[@]} 0 1 2 [ro 阅读全文
posted @ 2025-03-08 20:40
小鲨鱼2018
阅读(24)
评论(0)
推荐(0)
摘要:
001、 [root@PC1 test]# ls a.sh [root@PC1 test]# cat a.sh #!/bin/bash echo hello world [root@PC1 test]# sh -c bash a.sh ## 更新了系统环境变量? (base) [root@PC1 t 阅读全文
posted @ 2025-03-08 10:22
小鲨鱼2018
阅读(53)
评论(0)
推荐(0)
摘要:
001、 [root@PC1 test]# ls a.txt b.txt test [root@PC1 test]# tree . ├── a.txt ├── b.txt └── test 1 directory, 2 files [root@PC1 test]# find *.txt a.txt 阅读全文
posted @ 2025-03-08 10:14
小鲨鱼2018
阅读(10)
评论(0)
推荐(0)

浙公网安备 33010602011771号