bash

TL;DR#

Nützliche Kommandos#

Colors and Effects in Terminal#

if-else#

If you want to test a string, you can use

xargs#

Search for string in file list comming from a pipe.

dfr ls-files | xargs grep "my searched string"

xargs execute the following command on all received files.