Sponsored Content
Full Discussion: Shell Script / Timer
Top Forums UNIX for Dummies Questions & Answers Shell Script / Timer Post 302628959 by Yjerith on Tuesday 24th of April 2012 07:33:20 AM
Old 04-24-2012
Shell Script / Timer

Hey folks,

We already got a working Script running, but actually we gotta start it manually but at least we want to run it like every 30minutes 1time.
Could anyone give it a shot?

Code:
#!/bin/sh


for i in A B C D E F G H I J K L M N O P Q R S T U V W X Z

do
ln -sv /x/$i/*/PDF/001-*.* /Volumes/alnico/MediaBeacon-PDF-ART/alnico/Obelix/PDF/$i
ln -sv /x/$i/*/PDF/043-*.* /Volumes/alnico/MediaBeacon-PDF-ART/alnico/Obelix/PDF/$i
ln -sv /x/$i/*/PDF/121-*.* /Volumes/alnico/MediaBeacon-PDF-ART/alnico/Obelix/PDF/$i
ln -sv /x/$i/*/PDF/122-*.* /Volumes/alnico/MediaBeacon-PDF-ART/alnico/Obelix/PDF/$i
ln -sv /x/$i/*/PDF/201-*.* /Volumes/alnico/MediaBeacon-PDF-ART/alnico/Obelix/PDF/$i
ln -sv /x/$i/*/PDF/420-*.* /Volumes/alnico/MediaBeacon-PDF-ART/alnico/Obelix/PDF/$i
ln -sv /x/$i/*/PDF/994-*.* /Volumes/alnico/MediaBeacon-PDF-ART/alnico/Obelix/PDF/$i
ln -sv /x/$i/*/PDF/119-*.* /Volumes/alnico/MediaBeacon-PDF-ART/alnico/Obelix/PDF/$i
	



done

thats what is is right now.
 

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

timer

Hi all, Wanted to a create a shell script ----------------------------------------------------------------------- 1) which when called will start a timer and wait for 48 hours. after 48 hours it will call some function(say XYZ) 2) Whenever this shell script is called (can be called... (3 Replies)
Discussion started by: k_oops9
3 Replies

2. UNIX for Dummies Questions & Answers

script run timer

any of you guys have a script for measuring the run time of any given script, where you would sandwich your own script between the timer script or something? thanks! :) (2 Replies)
Discussion started by: mark_nsx
2 Replies

3. Shell Programming and Scripting

Simple script? First timer...

Hey guys, I'm brand new to the bash scripting world, here's my issue.. When people SSH to my box, I'm wanting to use screen to monitor them if I so choose. So, I've created a new user: testing, and I've set its startup shell to /bin/myshell.sh whose contents read this: #!/bin/sh $me =... (4 Replies)
Discussion started by: poon
4 Replies

4. Shell Programming and Scripting

Timer

Is there a way to make a timer? E.g Please give the seconds... ... (6 Replies)
Discussion started by: aekaramg20
6 Replies

5. Shell Programming and Scripting

Startup Script "run process with Timer"

Hi I have a script that execute every X minute for checking new files in a folder and converting to pdf. Is there any way to start this script automatically on linux startup?. I use sleep function in script with infinite loop. while do killall -u `whoami` -q soffice soffice... (0 Replies)
Discussion started by: zawmn83
0 Replies

6. UNIX for Dummies Questions & Answers

Timer

is there a timer function in unix without using C? for example i want to display a message after 5 seconds how do i do that? (2 Replies)
Discussion started by: khestoi
2 Replies

7. Shell Programming and Scripting

60 second Timer with Shell Script

Please how can i display a 60 second active countdown timer in an echo message. (7 Replies)
Discussion started by: frankycool
7 Replies

8. Shell Programming and Scripting

Perl script timer on program launch

So I am attempting to get a short but complex perl script to be able to time out an application that I will launch from a command line. The terminal I use is MKS C SHELL and I am having trouble doing the a job spawn that will launch the application and keep time on it. I know you could do this... (1 Reply)
Discussion started by: vas28r13
1 Replies

9. Shell Programming and Scripting

Looping in the shell script with help of script timer.

Hello Experts- We are facing some issues in the while loop script when we use the script time to decide whether to exist from the loop or continue. Below is the script SrcExitLoop="FALSE" Src_InitialStartTime=`date +%s` Src_StartTime=`date +%s` Src_NUM_ALERTS=0 TOTAL_ALERTS=`expr <SOME... (4 Replies)
Discussion started by: Amey Joshi
4 Replies

10. UNIX for Dummies Questions & Answers

Help please with FTP timer script

Hi Could somebody please help me with this code? ------------------------------------------ @ftp -i -s:"%~f0"&GOTO:EOF open mysite.co.uk myusername mypassword !:--- FTP commands below here --- cd public_html/ binary lcd c:\ put myfile.jpg bye ... (3 Replies)
Discussion started by: dobbies
3 Replies
PODOFOXMP(1)							     podofoxmp							      PODOFOXMP(1)

NAME
podofoxmp - Modify or extract XMP information from a PDF file SYNOPSIS
podofoxmp [inputfile] [xmpfile outputfile] DESCRIPTION
podofoxmp is one of the command line tools from the PoDoFo library that provide several useful operations to work with PDF files. It can extract or modify XMP information in a PDF file. OPTIONS
[inputfile] Input PDF file. This is the only option needed to extract the XMP information from a PDF file. [xmpfile] Optional file that provides PDF XMP structure. It must be used in conjuction with an [outputfile]. [outputfile] Output PDF file. It is only used in conjuction with an [xmpfile]. SEE ALSO
podofobox(1), podofocountpages(1), podofocrop(1), podofoencrypt(1), podofoimg2pdf(1), podofoimgextract(1), podofoimpose(1), podofoincremen- talupdates(1), podofomerge(1), podofopages(1), podofopdfinfo(1), podofotxt2pdf(1), podofotxtextract(1), podofouncompress(1), AUTHORS
PoDoFo is written by Dominik Seichter <domseichter@web.de> and others. This manual page was written by Oleksandr Moskalenko <malex@debian.org> for the Debian Project (but may be used by others). PoDoFo 2010-12-09 PODOFOXMP(1)
All times are GMT -4. The time now is 05:57 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy