蘋果小豬研究室
⌘
Ctrl
k
For the complete documentation index, see
llms.txt
. This page is also available as
Markdown
.
Copy
On this page
Linux 系統操作
利用 sed 取出檔案中某行
$ sed -n "10p" filename # 取出第10行
$ sed -n "1,50p" filename # 取出第1-50行
Previous
使用 xhost
Next
在 bash 中設定 Proxy server
Last updated
3 years ago