|
10.
|
|
|
kioclient cat 'url'
# Writes out the contents of 'url' to stdout
|
|
|
represents a line break.
Start a new line in the equivalent position in the translation.
|
|
|
represents a space character.
Enter a space in the equivalent position in the translation.
|
|
|
|
kioclient cat 'url'
# 將 url 網址的內容寫到標準輸出
|
|
Translated and reviewed by
Roy Chan
|
|
|
|
Located in
kioclient.cpp:80
|
|
11.
|
|
|
*** Examples:
kioclient exec file:/root/Desktop/cdrom.desktop "Mount default"
// Mounts the CDROM
|
|
|
represents a line break.
Start a new line in the equivalent position in the translation.
|
|
|
represents a space character.
Enter a space in the equivalent position in the translation.
|
|
|
|
*** 例如:
kioclient exec file:/root/Desktop/cdrom.desktop "Mount default"
// 掛載光碟機
|
|
Translated and reviewed by
Roy Chan
|
|
|
|
Located in
kioclient.cpp:88
|
|
12.
|
|
|
kioclient exec file:/home/weis/data/test.html
// Opens the file with default binding
|
|
|
represents a line break.
Start a new line in the equivalent position in the translation.
|
|
|
represents a space character.
Enter a space in the equivalent position in the translation.
|
|
|
|
kioclient exec file:/home/weis/data/test.html
// 以預設應用程式開啟該檔
|
|
Translated and reviewed by
Roy Chan
|
|
|
|
Located in
kioclient.cpp:91
|
|
13.
|
|
|
kioclient exec file:/home/weis/data/test.html Netscape
// Opens the file with netscape
|
|
|
represents a line break.
Start a new line in the equivalent position in the translation.
|
|
|
represents a space character.
Enter a space in the equivalent position in the translation.
|
|
|
|
kioclient exec file:/home/weis/data/test.html Netscape
// 以 Netscape 開啟該檔
|
|
Translated and reviewed by
Roy Chan
|
|
|
|
Located in
kioclient.cpp:93
|
|
14.
|
|
|
kioclient exec ftp://localhost/
// Opens new window with URL
|
|
|
represents a line break.
Start a new line in the equivalent position in the translation.
|
|
|
represents a space character.
Enter a space in the equivalent position in the translation.
|
|
|
|
kioclient exec ftp://localhost/
// 在新視窗開啟開網址
|
|
Translated and reviewed by
Roy Chan
|
|
|
|
Located in
kioclient.cpp:95
|
|
15.
|
|
|
kioclient exec file:/root/Desktop/emacs.desktop
// Starts emacs
|
|
|
represents a line break.
Start a new line in the equivalent position in the translation.
|
|
|
represents a space character.
Enter a space in the equivalent position in the translation.
|
|
|
|
kioclient exec file:/root/Desktop/emacs.desktop
// 開始執行 emacs
|
|
Translated and reviewed by
Roy Chan
|
|
|
|
Located in
kioclient.cpp:97
|
|
16.
|
|
|
kioclient exec file:/root/Desktop/cdrom.desktop
// Opens the CDROM's mount directory
|
|
|
represents a line break.
Start a new line in the equivalent position in the translation.
|
|
|
represents a space character.
Enter a space in the equivalent position in the translation.
|
|
|
|
kioclient exec file:/root/Desktop/cdrom.desktop
// 開啟光碟機的掛載目錄
|
|
Translated and reviewed by
Roy Chan
|
|
|
|
Located in
kioclient.cpp:99
|
|
17.
|
|
|
kioclient exec .
// Opens the current directory. Very convenient.
|
|
|
represents a line break.
Start a new line in the equivalent position in the translation.
|
|
|
represents a space character.
Enter a space in the equivalent position in the translation.
|
|
|
|
kioclient exec .
// 開啟目前的目錄。非常方便的用法。
|
|
Translated and reviewed by
Roy Chan
|
|
|
|
Located in
kioclient.cpp:101
|
|
18.
|
|
|
Non-interactive use: no message boxes
|
|
|
|
非互動式使用:沒有訊息盒
|
|
Translated and reviewed by
Roy Chan
|
|
|
|
Located in
kioclient.cpp:112
|
|
19.
|
|
|
URL or URLs
|
|
|
|
網址
|
|
Translated and reviewed by
Roy Chan
|
|
|
|
Located in
kioclient.cpp:117
|