檔案专题

Linux 下找出超過某些容量的檔案

找目前所在位置下,所有檔案大小超過3M的file,並列出檔名:大小 find . -type f -size +3M -exec ls -alh {} \; | awk '{print$9 ":" $5}'   -size n[cwbkMG] File uses n units of space. The following suffixes can be used: `b' f

在vim中判斷檔案格式,是dos或者unix

在vim中輸入 :set ff? 如果檔案是dos,將要顯示 fileformat=dos 如果檔案是unix,將要顯示 fileformat=unix

onedrive下載zip檔案有20G限制,如何解決

一般來說,OneDrive網頁版對文件下載大小的限制如下圖所示,更多資訊,請您參考這篇文章:OneDrive 和 SharePoint 中的限制 - Microsoft Support 因此我們推薦您使用OneDrive同步用戶端來同步到本地電腦,您也可以選擇只同步您需要的資料夾。 具體步驟請您參考:在 Windows 中使用 OneDrive 同步處理檔案 - Microso

如何把word檔案自動化

1.安裝 pip install jojo-office ( 安裝這個) 2.讀取表格內容與文章內容,範例如下 import office from docx import Document replace={“{user_name}”:“陳彥甫”, “{tele}”:“0912882881”} doc=Document(“template.docx”) table=doc.tables[0