Search Results

Search: Posts Made By: arv600
6,448
Posted By arv600
I have observed this behaviour on RHAS4.0 ...
I have observed this behaviour on RHAS4.0

---------- Post updated at 12:44 PM ---------- Previous update was at 12:36 PM ----------

I have observed this problem on RHES 4.0.

---------- Post...
6,448
Posted By arv600
my objective is to put restriction on the size of...
my objective is to put restriction on the size of the out put file.

for example
./myapp >> a.txt

let's say if my application runs for 1 year then the size of a.txt is huge in terms of...
6,448
Posted By arv600
well..i know how to handle in signals. let me...
well..i know how to handle in signals. let me rewrite my statement.
let's say if the application safely exit if one condition met. Split command flushing data for every 4096 bytes. i want to see the...
6,448
Posted By arv600
split command
./myapp | split -b 10m -d -a 1 - "myappLog"

here split command is reading the input from the output of myapp and it will write the text in to file where in each file size is 10MB and it will...
Showing results 1 to 4 of 4

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