shell-script-pt
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [shell-script] Escrevendo em aplicativo usando shell


From: Reinaldo de Carvalho
Subject: Re: [shell-script] Escrevendo em aplicativo usando shell
Date: Thu, 22 May 2008 21:14:26 +0000

> rodaria um shell chamado
> $ ./mensagem.sh
>
> apos fazer isso o vim seria aberto e escreveria a mensagem
> "Ola! Mundo" dentro dele.
>

echo "Ola! Mundo" > /tmp/text.tmp ; vi /tmp/text.tmp

Que besteirol.. :P

-- 
Reinaldo Carvalho
http://korreio.sf.net


reply via email to

[Prev in Thread] Current Thread [Next in Thread]