find . -type f -name "*.txt" -not -name "combined.txt" -exec cat {} + > combined.txt
For further actions, you may consider blocking this person and/or reporting abuse
find . -type f -name "*.txt" -not -name "combined.txt" -exec cat {} + > combined.txt
For further actions, you may consider blocking this person and/or reporting abuse
Top comments (0)