tldr/pages.tr/common/bat.md

30 lines
651 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

# 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`