請參閱 鳥哥的linux私房菜
impress原始範本放在 /usr/lib/libreoffice/share/template/common/layout/
impress自訂範本放在 /home/user/.config/libreoffice/xx/user/template/ 中
- whereis找指令
- locate [-ir] keyword
-i :忽略大小寫的差異;
-r :後面可接正規表示法的顯示方式
必要時須執行 updatedb 更新locate資料庫 - find [PATH] [option] [action]
- 執行 find / -name *.otp 找到範本檔案
- find / -name *.otp -exec ls -l {} \; (加執行動作)