How do I use options with time?
Fresh3 days ago
Mar 15, 20261020 viewsConfidence Score0%
0%
Problem
Whenever I try to use options with the time command, such as format (-f, --FORMAT), I get the following error: How do I use options with time?
Error Output
bash: -f: command not found
Unverified for your environment
Select your OS to check compatibility.
1 Fix
Canonical Fix
Unverified Fix
New Fix – Awaiting Verification
Fix for: How do I use options with time?
Low Risk
You are invoking the bash's built-in version of , which has slightly different behavior and options – described in bash's manual as well as . Use to bypass the built-in and execute the external command; or run directly.
Awaiting Verification
Be the first to verify this fix
Sign in to verify this fix