FG
💻 Software

Is -print a useless option for find now?

Fresh5 days ago
Mar 15, 2026150 views
Confidence Score0%
0%

Problem

I just tried : and But both output the same ,is useless now?

Error Output

find . -name "*.[hc]" -print

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: Is -print a useless option for find now?

Low Risk

Looking at the man page under FreeBSD, I see: So in many cases, is unnecessary. However, consider this expression that looks for a file named inside of , but not inside any directory named : Given the description referenced above, this will be trans…

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment