nixCraft Linux Forum

nixCraft

Linux Tech Support Forum

altenative to "yes" command !!

This is a discussion on altenative to "yes" command !! within the Shell scripting forums, part of the Development/Scripting category; Hi all, I need to run a script (or command) in every 3 mins. I am using " yes " ...


Go Back   nixCraft Linux Forum > Development/Scripting > Shell scripting

Register FAQ Members List Calendar Mark Forums Read
  #1 (permalink)  
Old 02-20-2008, 11:12 PM
Member
User
 
Join Date: Oct 2007
My distro: Linux RHEL 5
Posts: 33
Rep Power: 0
vikas027 is on a distinguished road
Exclamation altenative to "yes" command !!

Hi all,

I need to run a script (or command) in every 3 mins.
I am using "yes" command for this job as:

Code:
yes "date; sleep 180" | sh
However, I wanted to know is there some other alternative to this command, as it is not installed in my other Sun server.

I dont have acces to crontab.

Pls help.

Thanks in adv,
Vikas
Reply With Quote
Sponsored Links
  #2 (permalink)  
Old 02-21-2008, 03:44 AM
Member
User
 
Join Date: Oct 2007
My distro: Linux RHEL 5
Posts: 33
Rep Power: 0
vikas027 is on a distinguished road
Default

Thanks to all,

Well I found an answer to my quest.

This works perfectly.

Quote:
while (1)
date
sleep 180
end
Regards,
Vikas
Reply With Quote
Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)

 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads

Thread Thread Starter Forum Replies Last Post
Redhat: Up2date " permission denied" while root guarrand Getting started tutorials 2 07-03-2008 11:50 AM
Does Redhat have "what" utility which can be used to display identification Info? DCAO Linux software 2 10-30-2007 07:23 PM
[Commercial] SafeSquid "SPEED-BOOSTER" 4.2.0 Released httpproxy Networking, Firewalls and Security 1 09-26-2007 08:05 PM
"permission denied" - Installing Lighttpd on RHEL 4 b3n Web servers 3 08-29-2007 07:45 PM
Oracle "show databases" list raj Databases servers 1 05-18-2007 01:21 AM


All times are GMT +5.5. The time now is 08:25 AM.


Powered by vBulletin® Version 3.7.3 - Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36