查閱資訊指令

sed

最後更新: 2019-12-10

介紹

Sed (stream editor)

很詳細的 Documment: http://www.grymoire.com/Unix/Sed.html

目錄

  1. 常用 options
  2. Command
  3. 刪除()
  4. 取代(substitution)
    Use variable in replacement
  5. "|" ":" "@"
  6. print (簡寫 p)
  7. Comments
  8. Print line number with =
  9. Transform with y (1對1的)
  10. Grouping with { and }
  11. Adding(a), Inserting(i), Changing lines
  12. How sed Works
  13. Writing a file with the 'w' command
  14. Change configuration files setting value (ini file)

 

sqlite

最後更新: 2018-06-22

介紹

sqlite 是一個超輕量級的資料庫來, 它沒有網絡及用戶管理功能

亦即是一切以檔案操作來, 所以它沒有 GRANT, REVOKE, CREATE USER 指令

 

tips-002 查看檔案

 

less 的應用

-N: 顯示行數

 

cat 的應用

cat -A file

-A(-vET) 顯示所有字符(包括不能 print 的)

 

 

RecuseCD 功能一覽

RecuseCD 是我最心愛的工具碟來, 它集所有必殺 Linux 工具於一碟, 能力驚人 !!

 


 

memtester

memtester <MEMORY> [ITERATIONS]

MEMORY: megabytes
ITERATIONS: infinite

root  privileges  to  mlock
It will then attempt to mlock this memory
decrease the amount of memory requested until it succeeds.

RSS feed