Search results for "shell"

30 Examples for Awk Command in Text Processing

In the previous post, we talked about sed command and we saw many examples of using it in text processing and we saw how it is good in this, but it has some limitations. Sometimes you need something powerful, giving you more control to process data. This is where awk command comes in. The awk […]

0

GNU coreutils 8.29 duyuruldu

GNU işletim sisteminin temel dosya, kabuk ve metin işleme yardımcı programlarını ihitiva eden temel bir dosya olarak işlev gören GNU coreutils‘in 8.29 sürümü, Pádraig Brady tarafından duyuruldu. Çoğunlukla POSIX standardıyla uyumlu olan GNU yardımcı programları, aslında, her GNU programı tarafından benimsenen seçenekleri içerir. Eylül 2002’de oluşturulan GNU coreutils; daha önceki textutils, shellutils ve fileutils gibi paketleri […]

0

GnuPG 2.2.4 duyuruldu

GPL lisanslı bir özgür yazılım olan GnuPG‘nin (ya da GPG) 2.2.4 sürümü, Werner Koch tarafından duyuruldu. İlk versiyondan bunca zaman sonra, yeni bir GnuPG sürümünü duyurmaktan mutlu olduklarını söyleyen Koch; hataların listesi için sürüm duyurusunun incelenebileceğini belirtti. Zengin bir kütüphane ile sunulan yazılımın 2. sürümünden bu yana, S/MIME ve Secure Shell için destek sağladığı belirtiliyor. […]

0

Bash Scripting Part6 – Create and Use Bash Functions

Before we talk about bash functions, let’s discuss this situation. When writing bash scripts, you’ll find yourself that you are using the same code in multiple places. If you get tired of writing the same lines of code again and again in your bash script, it would be nice to write the block of code […]

0

Linux Bash Scripting Part5 – Signals and Jobs

In the previous post, we talked about input, output, and redirection in bash scripts. Today we will learn how to run and control them on Linux system. Till now, we can run scripts only from the command line interface. This isn’t the only way to run Linux bash scripts. This post describes the different ways to […]

0

Linux Bash Scripting Part3 – Parameters and Options

So far you’ve seen how to write Linux bash scripts that do the job without user inputs. Today we will continue our series about Linux bash scripting. I recommend you to review the previous posts if you want to know what we are talking about: bash scripting part1 and bash scripting part2. Today we will […]

0