14 EYLÜL 2009, PAZARTESİ
Yönlendirme stdout ve tek bir dosya için stderr
Tek bir dosya için tüm çıkış (stdout, stderr) dos komut yönlendirmek için çalışıyorum:
C:\>dir 1> a.txt 2> a.txt
The process cannot access the file because it is being used by another process.
Mümkün, ya da iki ayrı dosyalara sadece yönlendirmek gerekir?
CEVAP
14 EYLÜL 2009, PAZARTESİ
İstediğiniz:
dir > a.txt 2>&1
Bunu Paylaş:
Nasıl ve bash ile bir dosya için hem s...
Yönlendirme ve bash bir komut stderr s...
Nasıl bir boru ile kullanma "tee&...
yönlendirme bash script içinde dosya k...
Nasıl hem stdout Yönlendirme ve bir do...