摘要:
001、 sort命令的-g选项用于按照通用数值进行排序。 阅读全文
posted @ 2025-04-06 22:28
小鲨鱼2018
阅读(9)
评论(0)
推荐(0)
摘要:
001、 [root@PC1 test]# ls test.c [root@PC1 test]# cat test.c ## 测试c程序 #include <stdio.h> int main(void) { int i,j; for(i = 1; i <= 9; i++) { for(j = 1; 阅读全文
posted @ 2025-04-06 16:56
小鲨鱼2018
阅读(12)
评论(0)
推荐(0)
摘要:
001、 [root@PC1 test]# ls outcome.map test.py [root@PC1 test]# head -n 3 outcome.map ## 原始map文件 1 s64199.1 0 55910 1 OAR19_64675012.1 0 85204 1 OAR19_6 阅读全文
posted @ 2025-04-06 16:50
小鲨鱼2018
阅读(10)
评论(0)
推荐(0)