Linux题目和简要速查
2022-02-14 本文已影响0人
可能性之兽
发现了一个写的很不错的速查手册,里面的一些内容很有帮助
生信人的自我修养:Linux命令速查手册 - 知乎 (zhihu.com)
生信技能树的Linux题目
linux 20题 http://www.bio-info-trainee.com/2900.html
生物信息学数据格式的习题(blast/blat/fa-fq/sam-bam/vcf/bed/gtf-gff),收集这些格式的说明书。
fasta和fastq格式文件的shell小练习 http://www.bio-info-trainee.com/3575.html
sam和bam格式文件的shell小练习 http://www.bio-info-trainee.com/3578.html
VCF格式文件的shell小练习 http://www.bio-info-trainee.com/3577.html
shell中的扩展(Expansions) https://opengers.github.io/linux/linux-shell-brace-parameter-command-pathname-expansion/
bash脚本的参数扩展 (parameter expansion) :https://www.ibm.com/developerworks/cn/linux/l-bash-parameters.html
shell通配符(wildcard): https://cloud.tencent.com/developer/article/1114732
type命令:https://man.linuxde.net/type
字符串操作:https://my.oschina.net/aiguozhe/blog/41557