?? umon_d2u
字號:
#
# When files are checked out of CVS using a cvs client
# on windows, the code has DOS-ish CRLF problems, so
# this script can be run to clear that up.
# If anybody is reading this and knows how to tell CVS
# NOT to do that, please inform me!
# Ed Sutter
#
find . -name '*.[chsS]' -exec d2u {} \;
find . -name makefile -exec d2u {} \;
find . -name bashrc -exec d2u {} \;
find . -name '*.make' -exec d2u {} \;
find . -name '*.ldt' -exec d2u {} \;
find . -name 'README' -exec d2u {} \;
find . -name 'umon_setup' -exec d2u {} \;
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -