Files
tldr/pages.tr/common/bat.md
Sebastiaan Speck dcb53c85a0 pages*: update outdated pages (#11821)
Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>
Co-authored-by: Juri Dispan <juri.dispan@posteo.net>
Co-authored-by: Isaac Vicente <isaacvicentsocial@gmail.com>
2023-12-28 16:48:20 +01:00

30 lines
651 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.

# bat
> Dosyaları yazdır ve birleştir.
> Sözdizimi vurgulama ve Git entegrasyonuna sahip bir `cat` klonu.
> Daha fazla bilgi için: <https://github.com/sharkdp/bat>.
- Bir dosyanın içeriğini standart çıktıya yazdır:
`bat {{dosya}}`
- Birkaç dosyayı hedef dosyada birleştir:
`bat {{dosya1}} {{dosya2}} > {{hedef_dosya}}`
- Birkaç dosyayı hedef dosyaya ekle:
`bat {{dosya1}} {{dosya2}} >> {{hedef_dosya}}`
- Tüm çıktı satırlarını numaralandır:
`bat --number {{dosya}}`
- Bir JSON dosyasının sözdizimini vurgula:
`bat --language json {{dosya.json}}`
- Desteklenen tüm dilleri görüntüle:
`bat --list-languages`