Search Results

Search: Posts Made By: vikingshelmut
17,712
Posted By vikingshelmut
Answer?
Ok, it seems I may have figured it out, but please feel free to inform me if I am incorrect.

If I log in via ssh to a remote machine, I can detach a session via screen (screen -S sessionname),...
17,712
Posted By vikingshelmut
Yeah, that is what I figured. That being...
Yeah, that is what I figured.

That being said, there must be some way to send a job to another session that you can manage remotely. Using screen, or somehow exporting the session in some way...
17,712
Posted By vikingshelmut
Checking background jobs from another session
Ok, so I'm comfortable backgrounding jobs in the shell, starting and stopping them, and bringing them to the fg and bg. What I can't figure out is how to monitor those background jobs from another...
4,482
Posted By vikingshelmut
Help capturing and reformatting buffered and unbuffered output
Ok, so I have a shell script which runs a specific command, and that command sends it's output to the display. At certain times, the command sends buffered output, and at other times, the command...
29,712
Posted By vikingshelmut
Thanks!
Thanks, that worked perfectly. BTW I did rewrite my function as follows, including your input:
elapsedTotal ()
{
RUNTIME=`expr $STOP - $START`
HOURS=`expr $RUNTIME / 3600`
REMAINDER=`expr...
29,712
Posted By vikingshelmut
Please help formatting bash "time" variable to HH:MM:SS format
Ok, this is going to be hard to describe, but here it goes.

I have written a bash script that, while executing starts a timer, and when done stops the timer. The $RUNTIME variable value is in...
Showing results 1 to 6 of 6

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