Feature request: print to stdout command info like time of execution
See original GitHub issueContext: #38
It would be great if the bh
command could take flags that print the datetime that the command was executed on, and possibly other data. For example, using something like bh --show-execution-datetime
could print the datetime in a separate column in the output.
Issue Analytics
- State:
- Created 6 years ago
- Reactions:2
- Comments:9 (8 by maintainers)
Top Results From Across the Web
Prepending a timestamp to each line of output from a command
It is a command line utility, a bit like moreutils's ts, to prepend timestamp information to the standard output of another command. Useful...
Read more >How to redirect shell command output | Enable Sysadmin
How to redirect shell output · 1. Redirect STDOUT · 2. Redirect STDERR · 3. Send STDOUT and STDERR to the same file...
Read more >Vagrant - how to print Chef's command output to stdout?
It prints bash/script/execute resource execution output to stdout only when: You need TTY for your remote chef-solo/chef-client command. not run chef-client ...
Read more >Forward stdout to some widget · Issue #268 · streamlit ... - GitHub
I find myself frequently creating large numbers of "print" and streamlit write commands that have overlapping content. This is a big waste of...
Read more >What is STDOUT and STDERR in Linux - echo to STDERR
In most cases, we would be redirecting the error stream to output stream so that we do not miss anything or to stop...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@simeg I pulled together a brief contributors file that has some dev environment setup. https://github.com/rcaloras/bashhub-client/blob/master/CONTRIBUTING.md#dev-environment-setup
Give it a look and let me know if it helps.
@rcaloras Any update on this? The minimal amount of setup at least would be nice, that way me and maybe others could get started on contributing! Thanks.