I am using Linux SUSE 11 and running a lot of jobs. The path of each job is very long , for example:
cmd>/user/data/some/very/very/very/long/path/to/my/command/run_me param0 param1 param2
When I am running a lot of these commands I want to know which is finished and which is running. Let say after a day or so. Using 'jobs' command I see only the following :
[1] + Running ...
[2] + Running ...
[3] + Running ...
[4] + Running ...
So I can't know which exact command is running.
Using top
command is not helpful either, because is is showing the process and not the exact script/program I am running.
My shell is /usr/bin/tcsh