Communities

Writing
Writing
Codidact Meta
Codidact Meta
The Great Outdoors
The Great Outdoors
Photography & Video
Photography & Video
Scientific Speculation
Scientific Speculation
Cooking
Cooking
Electrical Engineering
Electrical Engineering
Judaism
Judaism
Languages & Linguistics
Languages & Linguistics
Software Development
Software Development
Mathematics
Mathematics
Christianity
Christianity
Code Golf
Code Golf
Music
Music
Physics
Physics
Linux Systems
Linux Systems
Power Users
Power Users
Tabletop RPGs
Tabletop RPGs
Community Proposals
Community Proposals
tag:snake search within a tag
answers:0 unanswered questions
user:xxxx search by author id
score:0.5 posts with 0.5+ score
"snake oil" exact phrase
votes:4 posts with 4+ votes
created:<1w created < 1 week ago
post_type:xxxx type of post
Search help
Notifications
Mark all as read See all your notifications »

Activity for jaybeers‭

Type On... Excerpt Status Date
Comment Post #286318 Wait; your answer _does_ give me an idea, though. Our systems are mostly CentOS so `annotate-output` might not be an option per se, but maybe I can rig something up based on what you've provided that pipes all the different outputs through a filter (`awk`, or something) that adds timestamps. The ...
(more)
almost 2 years ago
Comment Post #286318 Aww, I didn't notice the order issue with Zsh; I just did a quick test to see if I had the syntax correct so I could copy/paste the same thing and try it in BASH and see if it worked; it wasn't until I had your solution that I got hopeful enough to actually write a little wrapper around it to really ...
(more)
almost 2 years ago
Edit Post #286318 Initial revision almost 2 years ago
Question Capture separate _and_ combined stdout/stderr
Using BASH, how can I redirect stdout and stderr each, to two separate files, simultaneously? That's a mouthful, let me clarify a little: I have a hypothetical script that may/will generate output on both stdout and stderr. I want to run the script and wind up with three output files: 1. Th...
(more)
almost 2 years ago