从circBase下载环状RNA数据 wget http://www.circbase.org/download/hsa_hg19_circRNA.bed cut -f1-6 hsa_hg19_circRNA.bed
[root@localhost ~]# objdump -d shell | grep "[0-9a-f]" | grep -v "file" | cut -f2 -d: \ | cut -f1-6 -
file1中所有的k换成K $tr -d k <file1 将file1中所有的k删除 $tr '[A-Z]' '[a-z]' <file1 将file1中所有的大写字母换成小写字母 $cut -d: -f1