?? modify-output.am
字號:
## ######################################################################## File: modify-output.am#### Purpose: Remove output from Vorpal runs#### Version: $Id: modify-output.am,v 1.1 2005/06/09 22:46:47 vorpal Exp $#### Copyright 2001, Tech-X Corporation. Freely distributable provided## copyright statement remains intact.#### ####################################################################accept-results: if test -n "$(H5TESTS)"; then \ for i in $(H5TESTS); do \ mv $$i*.h5 $${i}_accepted; \ done; \ ficlean-output: rm -f *.log *.out *.sed *.dx *.orig *.h5 rm -f *.txt for i in *.in; do \ if test "$$i" != "Makefile.in"; then \ rm -f $$i.in; \ fi; \ done
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -