[Ilugc] Re: process pause and resume.
Easwaran.K.V
kveaswaran at gmail.com
Tue Jan 24 17:53:41 IST 2006
nava ladi wrote:
> We have very large c programme running in konsole.(aerospace appilication)
> The programme will display lot of data in the terminal we have to look it.
> In some times, we have to stop the process in the mid way and see the result.
> For this operation,Is there any command to stop the process and reiterate
> the process again.
> If we press CRTL-Z and #bg resumes the process single time only.
You can redirect the output to another file and watch it
using something like
#tail -f <filename>
>
> 2)If we alter the coding and compiled it.And again we have start it
> where we left.
> Is it possible?
Upto my knowledge not possible in c.Possible in a language
where you have the source split into seperate modules.
Regards,
Easwaran.K.V
More information about the ilugc
mailing list