學術及資源的交流園地 ^_^

telnet mail server (pop3, imap, smtp)

最後更新: 2024-02-16

 

目錄

 

Kicad 的 library

安全地修改 file

Overwriting an existing file using a rename is atomic

echo "oldcontent" > file

# make sure oldcontent is on disk
sync

echo "newcontent" > file.tmp
mv -f file.tmp file

# *crash*

 

 

more, less, most

 

 

它比 less 來得好 ~

 

 

export PAGER="most"

 

RSS feed