摘要: 阅读全文
posted @ 2021-07-10 20:39 小鲨鱼2018 阅读(1028) 评论(0) 推荐(0)
摘要: tee命令将输出到屏幕上的内容保存至文件中。 1、 [root@centos7 test]# ls [root@centos7 test]# seq 3 1 2 3 [root@centos7 test]# ls [root@centos7 test]# seq 3 | tee a.txt 1 2 阅读全文
posted @ 2021-07-10 14:06 小鲨鱼2018 阅读(246) 评论(0) 推荐(0)
摘要: 若向量组A可由向量组B线性表示,则R(A) <= R(B). 阅读全文
posted @ 2021-07-10 11:04 小鲨鱼2018 阅读(4218) 评论(0) 推荐(0)