Files
tldr/pages.tr/common/cat.md

17 lines
426 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# cat
> Dosyaları yazdır ve birleştir.
> Daha fazla bilgi için: <https://manned.org/cat.1posix>.
- Bir dosyanın içeriğini standart çıktıya yazdır:
`cat {{dosya/yolu}}`
- Birkaç dosyayı bir çıktı dosyasında birleştir:
`cat {{dosya/yolu1 dosya/yolu2 ...}} > {{çıktı/dosyası/yolu}}`
- Birkaç dosyayı bir çıktı dosyasına ekle:
`cat {{dosya/yolu1 dosya/yolu2 ...}} >> {{çıktı/dosyası/yolu}}`