|
9.
|
|
|
kioclient copy 'src' 'dest'
# Copies the URL 'src' to 'dest'.
# 'src' may be a list of URLs.
|
|
|
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 copy "Born" "Teel"'
# Kopeert "Born" na "Teel".
# "Born" dörv en List vun URLs wesen.
|
|
Translated by
Sönke Dibbern
|
|
|
|
Located in
kioclient.cpp:72
|
|
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"
# Gifft den Inholt vun "URL" na de Standardutgaav ut
|
|
Translated by
Sönke Dibbern
|
|
|
|
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.
|
|
|
|
*** Bispillen:
kioclient exec file:/root/Desktop/cdrom.desktop "Mount default"
// Hangt de CD-ROM in
|
|
Translated by
Sönke Dibbern
|
|
|
|
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/witt/daten/test.html
// Maakt de Datei mit dat Standardprogramm op.
|
|
Translated by
Sönke Dibbern
|
|
|
|
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/witt/daten/test.html Netscape
// Maakt de Datei mit Netscape op
|
|
Translated by
Sönke Dibbern
|
|
|
|
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/
// Maakt för de angeven URL en nieg Finster op
|
|
Translated by
Sönke Dibbern
|
|
|
|
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/Schriefdisch/emacs.desktop
// Röppt Emacs op
|
|
Translated by
Sönke Dibbern
|
|
|
|
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
// Maakt de Inhangsteed vun de CD-ROM op
|
|
Translated by
Sönke Dibbern
|
|
|
|
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 .
// Maakt den aktuellen Orner op. Bannig kommood.
|
|
Translated by
Sönke Dibbern
|
|
|
|
Located in
kioclient.cpp:101
|
|
18.
|
|
|
Non-interactive use: no message boxes
|
|
|
|
Stummbedrief: keen Mellendialogen
|
|
Translated by
Sönke Dibbern
|
|
|
|
Located in
kioclient.cpp:112
|