n_categories

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

TXT
10
字号
#! /bin/sh## n_categories  shell script#if test $# -ne 1; then echo "Usage:  $0  number_of_categories"; exit; firead first_lineecho "$first_line C"echo "C $1"cat -

⌨️ 快捷键说明

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