Skip to content
Base64
  • Hire me
December 28, 2021July 29, 2022

Find text in files across Linux machine

General by Curt Sahd

To find the word "fishpaste" in all files contained in the root directory / run the following command in the terminal:

grep -Rw / -e 'fishpaste'

Post navigation

Reload html, css and js without restarting app Spring
Identify spamming accounts cPanel/DirectAdmin Exim

Recent Posts

  • Ansible – check if file contains text
  • Train SpamAssassin SPAM with .eml file
  • How to setup Nginx reverse proxy in Docker on Ubuntu 22.04
  • Screen sharing not working Discord Ubuntu 22.04 – Disable Wayland
  • Specify Ansible Python interpreter on Task/Host

Categories

  • General