?? includes
字號:
#!/bin/bashif test -z $1; then echo Use: includes [usual g++ command line] echo e.g. includes foo.cpp -I /usr/src/Blitz++ echo This shows bytes included from all header files. exit 1fiwc -c `g++ -E -c $* | grep "^#" | grep -v pragma | awk '{ print $3 }' | sort | uniq | tr -s "\"" " "` | sort -nr | more
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -