global
来自「fastDNAml is an attempt to solve the sam」· 代码 · 共 14 行
TXT
14 行
#! /bin/sh## global shell script#if test $# -gt 2 then echo "Usage: $0 [ full_tree_range [ partial_tree_ range ]]" exit firead first_lineecho "$first_line G"if test $# -eq 1; then echo "G $1" ; fiif test $# -eq 2; then echo "G $1 $2" ; ficat -
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?