# Gelişmiş Terminal Komutları

Bu bölümde, temel komutların ötesine geçerek Linux terminalinin gücünü daha etkin kullanmanızı sağlayacak bazı gelişmiş araçlar ve teknikler incelenecektir. Tarih/saat ayarlamadan sistem yükünü izlemeye, metin işleme araçlarından dosya indirme ve sunma yöntemlerine kadar çeşitli konulara değinilecektir.

İncelenecek konular şunlardır:

* [Tarih ve Saat Ayarlama](/gelismis-terminal-komutlari/tarih-ve-saat-ayarlama.md) (`date`, `timedatectl`, `ntp`)
* [Sistem Yükünü İzleme](/gelismis-terminal-komutlari/sistem-yuekuenue-izleme.md) (`top`, `htop`, `atop` vb.)
* [patch ve diff](/gelismis-terminal-komutlari/patch-ve-diff.md) (Dosyalar arasındaki farkları bulma ve uygulama)
* [xargs](/gelismis-terminal-komutlari/xargs.md) (Standart girdiyi komut argümanlarına dönüştürme)
* [awk ve sed](/gelismis-terminal-komutlari/awk-ve-sed.md) (Güçlü metin işleme araçları)
* [egrep ve Regular Expressions](/gelismis-terminal-komutlari/egrep-ve-regular-expressions.md) (Desen eşleştirme ve metin arama)
* [rename](/gelismis-terminal-komutlari/rename.md) (Toplu dosya yeniden adlandırma)
* [Imagemagick ve Görüntü Dosyaları](/gelismis-terminal-komutlari/imagemagick-ve-goeruentue-dosyalari.md) (Komut satırından resim işleme)
* [wget](/gelismis-terminal-komutlari/wget.md) (Dosya indirme aracı)
* [Python ile Dosya Sunuculuğu](/gelismis-terminal-komutlari/python-ile-dosya-sunuculugu.md) (Basit HTTP sunucusu oluşturma)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://linux-yonetimi.veriteknik.net.tr/gelismis-terminal-komutlari.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
