Von professionellen Übersetzern, Unternehmen, Websites und kostenlos verfügbaren Übersetzungsdatenbanken.
por ejemplo, la orden de la consola read tiene el mismo nombre que la llamada de sistema read.
for example, the shell's read command has the same name as the read system call.
Letzte Aktualisierung: 2018-02-13
Nutzungshäufigkeit: 1
Qualität:
#! /bin/ sh # ejecuta una orden y escribe la salida en konversation. port=$1; server=$2; target=$3; shift; shift; shift; $@ _bar_ while read line; do dcop $port konversation say $server "$target" "$@: $line"; done
#! /bin/ sh # executes a command and prints the output into konversation. server=$1; target=$2; shift; shift; shift; $@ _bar_ while read line; do qdbus org. kde. konversation / irc say $server "$target" "$@: $line"; done
Letzte Aktualisierung: 2011-10-23
Nutzungshäufigkeit: 1
Qualität:
Warnung: Enthält unsichtbare HTML-Formatierung
Einige menschliche Übersetzungen mit geringer Relevanz wurden ausgeblendet.
Ergebnisse mit niedriger Relevanz anzeigen.