100% satisfaction guarantee Immediately available after payment Both online and in PDF No strings attached
logo-home
Zusammenfassung Bash $7.78   Add to cart

Summary

Zusammenfassung Bash

 1 view  0 purchase
  • Course
  • Institution

Bash (Bash)

Preview 1 out of 2  pages

  • April 3, 2024
  • 2
  • 2023/2024
  • Summary
avatar-seller
2. Bash scripting, automatization (make, snakemake,
…)
1.2. Shells: Talking to the machine (cont.)
Too much output!
 ls -l | less
o give you less amount of output

STDOUT & STDERR
 Standard-output + Standard-error
 „grep“
In der Bash (einer Unix-Shell) ist grep ein Befehl, der zum Suchen von Text in Dateien oder anderen
Textquellen verwendet wird. Der Name "grep" steht für "global regular expression print".

 „sed“
`sed` steht für "Stream Editor" und ist ein Befehlszeilenprogramm, das in Unix-ähnlichen
Betriebssystemen verwendet wird, um Text zu bearbeiten. Es liest Textzeilen aus einer
Eingabequelle (zum Beispiel einer Datei oder der Standardeingabe), führt Operationen auf
diesen Zeilen durch und gibt das Ergebnis aus.
In bash:
sed 's/hund/katze/' datei.txt
Dieser Befehl ersetzt in der Datei "datei.txt" alle Vorkommen von "hund" durch "katze" und
gibt das Ergebnis aus.
 „cat“
`cat` ist ein Befehl in der Bash und anderen Unix-ähnlichen Betriebssystemen, der verwendet
wird, um den Inhalt von Dateien auf der Standardausgabe anzuzeigen. Der Name "cat" steht
für "concatenate" (zusammenfügen), aber es wird oft auch für andere Zwecke verwendet,
wie das Erstellen von neuen Dateien, die Weiterleitung von Dateien oder das Anzeigen von
Dateien in Kombination mit anderen Befehlen.
In bash:
cat datei.txt
Dieser Befehl gibt den Inhalt der Datei "datei.txt" auf der Standardausgabe aus.
In bash
cat datei1.txt datei2.txt > zusammengefuegte_dateien.txt
Dieser Befehl fügt den Inhalt von "datei1.txt" und "datei2.txt" zusammen und schreibt das
Ergebnis in die Datei "zusammengefuegte_dateien.txt".
In bash

The benefits of buying summaries with Stuvia:

Guaranteed quality through customer reviews

Guaranteed quality through customer reviews

Stuvia customers have reviewed more than 700,000 summaries. This how you know that you are buying the best documents.

Quick and easy check-out

Quick and easy check-out

You can quickly pay through credit card or Stuvia-credit for the summaries. There is no membership needed.

Focus on what matters

Focus on what matters

Your fellow students write the study notes themselves, which is why the documents are always reliable and up-to-date. This ensures you quickly get to the core!

Frequently asked questions

What do I get when I buy this document?

You get a PDF, available immediately after your purchase. The purchased document is accessible anytime, anywhere and indefinitely through your profile.

Satisfaction guarantee: how does it work?

Our satisfaction guarantee ensures that you always find a study document that suits you well. You fill out a form, and our customer service team takes care of the rest.

Who am I buying these notes from?

Stuvia is a marketplace, so you are not buying this document from us, but from seller nerunayugarajah. Stuvia facilitates payment to the seller.

Will I be stuck with a subscription?

No, you only buy these notes for $7.78. You're not tied to anything after your purchase.

Can Stuvia be trusted?

4.6 stars on Google & Trustpilot (+1000 reviews)

64438 documents were sold in the last 30 days

Founded in 2010, the go-to place to buy study notes for 14 years now

Start selling
$7.78
  • (0)
  Add to cart