FG
💻 Software

in mac terminal, how to find a file in the current directory or subdirectories?

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

Problem

in mac terminal, how to find a file in the current directory or subdirectories? the filename is: 'something.py'

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: in mac terminal, how to find a file in the current directory or subdirectories?

Low Risk

(the '.' specifies the current directory). makes check the next argument against filenames, case-insensitively, which is the norm for Mac OS filesystems.

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment