Search Results

Search: Posts Made By: ybbon66
17,931
Posted By ybbon66
you could try something like: if [...
you could try something like:


if [ `/bin/pidof -x testing.scr | wc -l` = 1 ]
then
do your thing
fi


That will test if there is a process for testing.scr - you could test for no...
1,883
Posted By ybbon66
good grief, can't believe I missed that! thanks,...
good grief, can't believe I missed that! thanks, that was it of course.
2,073
Posted By ybbon66
try them out and see what happens! the man pages...
try them out and see what happens! the man pages give examples of what they are but it depends on the OS too, on ubuntu (ie linux) man of rsh and ssh is the page for ssh and the same is true of rcp...
Forum: Open Source 06-09-2010
343,565
Posted By ybbon66
It depends :) I use gedit for quicker...
It depends :)

I use gedit for quicker scripts and I use it from the menus. Jedit is great for searching large log files but I use vim if calling a editor from a terminal. I used to use textpad...
1,883
Posted By ybbon66
File naming in array adds additional extension
Hi,

I have a bash script that reads the directories from a jboss/server directory in
order to start specified server instances. Part of the script archives older logs and creates new ones if...
Showing results 1 to 5 of 5

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