From: Razvan Crainea <[email protected]>
To: Stanciu Alexandru <[email protected]>; Sisteme de Operare 
<[email protected]> 
Sent: Friday, March 23, 2012 6:26 PM
Subject: Re: [so] Testul 3 Windows
 

/3/23 Stanciu Alexandru <[email protected]>:
>
> Obtin asta:
>> cat test.txt
> test1
> test2
>

Și dacă folosești prima oară operatorul ">", ca în exemplul de mai
jos, ce obții?

rm test.txt
echo "test1" > test.txt
echo "test2" >> test.txt
cat test.txt

-- 
Răzvan Crainea


Obtin asta.
Alex@Alex-PC:/cygdrive/c/Users/Alex/Desktop/tema1-checker-win1$ 
./mini-shell.exe 
> rm test.txt
> echo "test1" > test.txt
> echo "test2" >> test.txt
> cat test.txt
test1
test2

Poate sa fie problema din alta parte? Am verificat, si reverificat totul de o 
gramada de ori.
_______________________________________________
http://elf.cs.pub.ro/so/wiki/resurse/lista-discutii

Raspunde prin e-mail lui