treefile

来自「fastDNAml is an attempt to solve the sam」· 代码 · 共 16 行

TXT
16
字号
#! /bin/sh## treefile shell script#if test $# -gt 1; then   echo "Usage:  $0  [format_option]        option 1:  Default Newick 8:45 tree               2:  prolog fact"   exit   firead first_lineecho "$first_line Y"if test $# -eq 1; then echo "Y $1"; ficat -

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?