-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
yash: no such command `time' #56
Comments
Thanks for the suggestion, but I recommend using one of the external time implementations, as they usually provide more information than the built-in shell versions. The only situation where a built-in time implementation would be useful would be if you wanted to measure the time of an entire subshell, as in |
Could you please recommend good external
similar issue with
As if it took no time!
it can measure other fish shell built-ins as well:
please notice it goes as low as microseconds |
GNU time seems to support showing all the fields returned from getrusage. |
Is your feature request related to a problem? Please describe.
yash does not include the
time
command as a built-inDescribe the solution you'd like
I suggest this utility should be provided as a shell built-in, as this is the case with other shells, and some Linux distributions do not come with the utility installed (although it can be easily installed through a package manager)
Describe alternatives you've considered
This can simply be rejected if you want, and we can leave it up to the user to have
time
as its own binary.Additional context
I think it would make sense for this utility to be built-in, as it would probably be more accurate (?).
Also, as seen in the title, there is a typo in the error message with a mismatch of ` and '
The text was updated successfully, but these errors were encountered: