摘要: 001、双引号 [root@PC1 test]# ls a.txt [root@PC1 test]# cat a.txt 1 2 3 4 5 [root@PC1 test]# awk '{print $0, "\""}' a.txt ## 输出双引号 1 " 2 " 3 " 4 " 5 " 002、 阅读全文
posted @ 2023-05-12 16:56 小鲨鱼2018 阅读(740) 评论(0) 推荐(0) 编辑
摘要: 001、直接修改PATH环境变量 [root@PC1 plink]# ls ## 软件目录 LICENSE plink plink_linux_x86_64_20230116.zip prettify toy.map toy.ped [root@PC1 plink]# pwd ## 路径 /home 阅读全文
posted @ 2023-05-12 16:40 小鲨鱼2018 阅读(83) 评论(0) 推荐(0) 编辑
摘要: ubuntu中默认进入目录后默认显示的路径是完整路径。 01,将其设置为最终的路径:basename (base) root@DESKTOP-IDT9S0E:~# cp ~/.bashrc ~/.bashrc.bak ## 避免意外,备份配置文件 (base) root@DESKTOP-IDT9S0 阅读全文
posted @ 2023-05-12 11:48 小鲨鱼2018 阅读(281) 评论(0) 推荐(0) 编辑
摘要: export命令扩大了变量的作用范围。 001、 root@DESKTOP-IDT9S0E:/home/test# ls a.txt record.sh root@DESKTOP-IDT9S0E:/home/test# cat a.txt ## 测试文件 01 02 03 04 05 06 07 0 阅读全文
posted @ 2023-05-12 09:00 小鲨鱼2018 阅读(48) 评论(0) 推荐(0) 编辑
摘要: 001、 root@DESKTOP-IDT9S0E:/home/test# ls a.txt b.csv c.ped xx root@DESKTOP-IDT9S0E:/home/test# cat a.txt 1 2 3 4 5 6 7 8 9 10 root@DESKTOP-IDT9S0E:/ho 阅读全文
posted @ 2023-05-12 08:52 小鲨鱼2018 阅读(22) 评论(0) 推荐(0) 编辑