-F, --fixed-strings PATTERNS are strings
grep -F '(text|string|no-regex|no-special-char)\n' ...
-F, --fixed-strings PATTERNS are strings
grep -F '(text|string|no-regex|no-special-char)\n' ...
grep for february OR april OR july recursively
grep -siRl -E "february|april|july" /path/to/directories/123/
Search for BERLIN in a very big file
cat very-big-bigfile.txt | grep -o -P '.{0,33}BERLIN.{0,44}'
grep -siRlI 'africa' all-documents/ | xargs mv -t documents-africa/
Code:
find / -name art 2>&1 | grep -v "Permission denied"
Man will öfter Fehlermeldungen nicht sehen. Deswegen grep negative ist wichtig
Ein Beispiel wäre:
grep -v "can not access to ..."
Hey Leute, ich möchte auf der Console mit grep nach einer Zeichenkette suchen. Das Problem ist, dass die Ausgabe viel zu lang ist und ich nur von jedem Treffer die ersten 100 Zeichen ausgeben möchte. Wie kann ich es realisieren?
Neueste Kommentare
Intel(R) Xeon(R) E-2288G CPU @ 3.70GHz
# sysbench --threads="$(nproc)" cpu run
AMD Ryzen 7 PRO 3700 8-Core Processor
# sysbench --threads="$(nproc)" cpu run
Reload .bashrc without logging out
Diese Lösung wird empfohlen aber hat bei mir nicht funktioniert.
Welche Alternative gibt es?
Composer + PHP 8.3
ln -snf /opt/plesk/php/8.3/bin/php /etc/alternatives/php
composer.json
In composer.json, update:
Empty Flood Table
drush sqlq "DELETE FROM flood"
Gmail Apps (SMTP Login):…
Gmail Apps (SMTP Login):
https://security.google.com/settings/security/apppasswords
Problem (symfony_mailer)
Type symfony_mailer
Date Mo, 28. 08 2024 - 10:14
User admin
Update DB Table 'config'
Update two fields (blob) in Table "config"!
Search 'name':
Admin:
/admin/config…
Admin:
Convert PNG to SVG & Upload!