mkfile
来自「这是一个同样来自贝尔实验室的和UNIX有着渊源的操作系统, 其简洁的设计和实现易」· 代码 · 共 51 行
TXT
51 行
</$objtype/mkfile<config## $(TARGETS) is the default list of things built by make.## buildtablesTARGETS=common\ cropmarks\ download\ grabit\ hardcopy\ mpictures\ postgif\ postprint\ postreverse\ posttek\ printfont\ psencoding\ psfiles\ g3p9bit\ p9bitpost\ tcpostio\ text2post\ tr2post# UNIX remnants# trofftable\# picpack\# postbgi\# postdaisy\# postdmd\# postmd# postiodefault:V: all$TARGETS:V: cd $target mk all&:VQ: test -d $POSTBIN || mkdir $POSTBIN for (i in $TARGETS) @{ echo ---- Making $target in $i ----; cd $i; mk $target }
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?