basic crontab


 
Thread Tools Search this Thread
Top Forums Shell Programming and Scripting basic crontab
# 1  
Old 03-30-2008
Data basic crontab

Hi,

Very silly to ask but will get there!

how do i write a simple crontab to display output from a function every hour??
# 2  
Old 03-30-2008
Code:
crontab -l

0 * * * * /path_to_script 1> /dev/console

# 3  
Old 03-31-2008
maybe you should visit this
# 4  
Old 03-31-2008
Quote:
Originally Posted by Yogesh Sawant
maybe you should visit this
Matt.d and Yogesh thaonks a span its very helpful!
Login or Register to Ask a Question

Previous Thread | Next Thread

8 More Discussions You Might Find Interesting

1. What is on Your Mind?

Vs basic

There isn't much of a relation between 80's BASIC and today's BASIC. A lot of languages seem similar. The BASIC I worked with was Dartmouth or VSBASIC. Now existing as ATARI BASIC. PERL and JULIA look appealing, it would be nice if there where a program like VSBASIC. 80's... (7 Replies)
Discussion started by: teak
7 Replies

2. UNIX for Dummies Questions & Answers

Basic help

Hi , I need to know the difference between $((command)) and $(command) and $(($(command))). "" and '' and ``. I have tried searching the help files but cant able to find this. Could you let me knoq about any document. Thanks (4 Replies)
Discussion started by: Raj999
4 Replies

3. Solaris

Basic - how do I?

How do I use ls and grep together to count a certain number of files in a directory? -Thanks (1 Reply)
Discussion started by: secno
1 Replies

4. UNIX for Dummies Questions & Answers

basic if else

I know this is pretty basic, but i cant figure it out to save my life. i want it to ask for a variable, as long as that variable isnt -/0 i want it to print out the area. else if the variable is -/0, i want it to print out invalid entry. the only problem is it will still try to print out the... (1 Reply)
Discussion started by: cookiebooy
1 Replies

5. Shell Programming and Scripting

help on a basic example

hi, in a text file i have listed some file names, it look like this AAAA1 AAAA2 AAAA3 BBBBB1 AAAA4 BBBBB2 BBBBB3 AAAA5 AAAA6 BBBBB4 i want to make some operations on the files with name AAAAAx which is listed just before files with name BBBBBx that is: i want to select AAAA3,... (8 Replies)
Discussion started by: gfhgfnhhn
8 Replies

6. UNIX for Dummies Questions & Answers

basic crontab question

Hi, am able to run manual backup on a client by going to /usr/tivoli/tsm/client/ba/bin and running dsmc incr command. am running incremental backup. my question was 1) suppose i want to run automated backup , should i put it in crontab and how to do that? should i open crontab using crontab -e... (2 Replies)
Discussion started by: karthikosu
2 Replies

7. HP-UX

to know the basic

Hi, Good morning I want to install HP-Unix in my PC. I already have windows XP home edition in my PC. I do not want remove XP,But I need HP-Unix in the same system. Is it posssible? If it is what is the name and version of HP-Unix cd? Where can I get the CD to install. I have... (4 Replies)
Discussion started by: nandhini
4 Replies

8. HP-UX

Bt-basic

Hi Guys, I very new to bt-basic even I got 8 years experience on UNIX. I searched through google about bt-basic but nothing really give me solid documentation. Anybody have documentation or manual for this bt-basic? Pls help me (2 Replies)
Discussion started by: shahru
2 Replies
Login or Register to Ask a Question