Search Results

Search: Posts Made By: mrvwman
9,975
Posted By mrvwman
I'm trying to achieve the following goals: 1....
I'm trying to achieve the following goals:
1. Only read the log files from disk once.
2. Only decompress the log files once.
3. Process the log files with multiple parallel processes.
4. wait for...
9,975
Posted By mrvwman
Yeah, the example I gave was perhaps...
Yeah, the example I gave was perhaps oversimplified and doesn't show the reason behind the complexity. My actual tee statement has 6 such >(cmd) commands given to tee and the amount of data being...
9,975
Posted By mrvwman
wait & sleep
wait doesn't work, I tried that. sleep might work most of the time, but it isn't a guarantee that the work would be done after sleeping.

I wrote up the following to do what I want, it works but I...
9,975
Posted By mrvwman
How do you wait for command substitution processes to complete?
When running a command using the >(cmd) syntax in bash how do you wait for the command to complete before moving on in your script?

Here is a simple example:
zcat largefile.gz | tee >(wc && echo...
Showing results 1 to 4 of 4

 
All times are GMT -4. The time now is 03:38 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy