Welcome to DU! The truly grassroots left-of-center political community where regular people, not algorithms, drive the discussions and set the standards. Join the community: Create a free account Support DU (and get rid of ads!): Become a Star Member Latest Breaking News Editorials & Other Articles General Discussion The DU Lounge All Forums Issue Forums Culture Forums Alliance Forums Region Forums Support Forums Help & Search

lapfog_1

(31,907 posts)
1. it is as if these DOGE morons
Fri Mar 7, 2025, 07:08 AM
Mar 2025

is using the BASH script
#!/bin/bash

# Set the keyword to search for
keyword="gay"

# Set the directory to search in (current directory by default)
search_dir="/"

# Find files containing the keyword
find "$search_dir" -type f -print0 | while IFS= read -r -d $? file; do
if grep -q "$keyword" "$file"; then
echo "Found in: $file"
fi
done

possibly with some refinement to only search documents / text files / photo captions...

Morons

Recommendations

0 members have recommended this reply (displayed in chronological order):

Latest Discussions»General Discussion»War heroes and military f...»Reply #1