This website works better with JavaScript.
首頁
探索
說明
登入
david.wurm
/
InternetServicesBook
镜像来自
https://github.com/trimstray/the-book-of-secret-knowledge
關註
1
收藏
0
複製
0
程式碼
版本發佈
0
Activity
瀏覽代碼
add new one-liner to 'screen'
- signed-off-by: trimstray <trimstray@gmail.com>
pull/94/head
trimstray
3 年之前
父節點
0a0c6c8153
當前提交
f5ea604aa7
共有
1 個文件被更改
,包括
7 次插入
和
1 次删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+7
-1
README.md
+ 7
- 1
README.md
查看文件
@@ -1970,7 +1970,13 @@ ___
###### Start screen in detached mode
```bash
screen -d -m [<command>]
screen -d -m <command>
```
###### Attach to an existing screen session
```bash
screen -r -d <pid>
```
___
Write
Preview
Loading…
取消
儲存