摘要: 系统:centos7.6 1810 001、下载tmux工具 [root@pc1 ~]# tmux bash: tmux: command not found... [root@pc1 ~]# yum install tmux -y ## 安装命令 002、启动 tmux 功能 在终端直接输入 tm 阅读全文
posted @ 2023-10-15 11:11 小鲨鱼2018 阅读(291) 评论(0) 推荐(0) 编辑
摘要: 001、方法1 expr [root@pc1 test]# expr 50 + 40 90 002、方法2 bc [root@pc1 test]# echo 50 + 40 | bc 90 003、方法3 awk [root@pc1 test]# awk 'BEGIN{print 50 + 40}' 阅读全文
posted @ 2023-10-15 10:08 小鲨鱼2018 阅读(35) 评论(0) 推荐(0) 编辑