From professional translators, enterprises, web pages and freely available translation repositories.
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.
Last Update: 2018-02-13
Usage Frequency: 1
Quality:
#! /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
Last Update: 2011-10-23
Usage Frequency: 1
Quality:
Warning: Contains invisible HTML formatting
Some human translations with low relevance have been hidden.
Show low-relevance results.