?? update-in-place.sh
字號:
#!/bin/sh# Update the /testing/pluto/log.ref files from those just created in # /tmp/log by the "pluto_unit_tests.sh" script. ## run this script in a UML after running pluto_unit_tests.sh## $Id: update-in-place.sh,v 1.1 2003/05/21 15:45:57 mcr Exp $##mount -o rw,remount /testingcd /tmp/logfor i in */w?-logdo cp $i /tmp/log.ref/$idone# $Log: update-in-place.sh,v $# Revision 1.1 2003/05/21 15:45:57 mcr# update the log.ref files from the newly generated files in# /tmp/log. Run this in a UML.###
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -