Search Results

Search: Posts Made By: Rakesh Bhat
5,259
Posted By Rakesh Bhat
how to check CPU consume time by unix script.
Hi,

I searched for any answers to this query bu in vain.

My question is , Is their any script or command to check how much CPU time is been taken by a script.


thanks.
12,702
Posted By Rakesh Bhat
I got the solution , just I forget to put...
I got the solution , just I forget to put /usr/bin/xargs.

Thanks Blowtrouch,
12,702
Posted By Rakesh Bhat
Hi, I tried the above command,however I am...
Hi,

I tried the above command,however I am getting error:

-------------
HOUSE KEEPING
-------------
You want:
1. zip files.
2. remove files.
Enter your option:1
Enter full File...
5,982
Posted By Rakesh Bhat
Error while creating .tar file using script
Hi,

I am getting following error while running script:

tar: can't change directories to /home/xyz/script: No such file or directory
tar: compress: No such file or directory
tar: getts.tar...
12,702
Posted By Rakesh Bhat
Thanks, can i use zip instead of tar. like...
Thanks,

can i use zip instead of tar.
like in zip we have option to get list of input files from standard input using:

find . -name "*.[ch]" -print | zip source -@

Can I do the same...
12,702
Posted By Rakesh Bhat
thanks,it worked.why I can't I use /usr/bin/jar...
thanks,it worked.why I can't I use /usr/bin/jar inside a script.

I wann to delete/tar only files which are in a particular directory and user
will be entering any text of the file.
12,702
Posted By Rakesh Bhat
house keeping script
Hi,

I am not aware whether any one has posted this early or not.

I am creating a house keeping script in which I give the user two options:

1. creating a zip file.
2. removing all files...
2,952
Posted By Rakesh Bhat
getting PID
Hi ,

I am trying to get the PID using the following command:

$ /usr/ucb/ps -auwwwwx | grep java | grep Proceess | ptree PID or

$ /usr/ucb/ps -auwwwwx | grep java | grep Proceess;ptree PID
...
Showing results 1 to 8 of 8

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