Sponsored Content
Full Discussion: Move Script
Top Forums UNIX for Dummies Questions & Answers Move Script Post 302321934 by treds on Tuesday 2nd of June 2009 11:17:07 AM
Old 06-02-2009
so it will read

#!/bin/sh


SOURCE_DIR=/appcfg/COLOURSERVE/OUT
BACKUP_DIR=/symlnks/io/jobs/workflows/TAG-461/Conde_Nast_Output
cd $SOURCE_DIR
mv -f * $BACKUP_DIR/
"echo test test"

but how does it know the file name do you not have to use a wild card?
sorry very limited experince with scripts
 

8 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Help with Copy Move Script

Hello Gurus! Please help! I would like to get some help with the following: I'm working right now on a Data Warehouse project and I need to automate a manual procedure I am using to process the data files coming into the database, any information/ideas and or which script language to go... (4 Replies)
Discussion started by: alfpathros
4 Replies

2. Shell Programming and Scripting

script to move logs

Does anyone have a good script to move log files from a cron? There are a lot of logs, about 100 or more and they are constantly being written too. (7 Replies)
Discussion started by: photon
7 Replies

3. Shell Programming and Scripting

script to move

Hi, Want to write a script which move like: these are files in different dir structure, /home/darshak/test/sh/new.txt /home/darshak/test/new1.txt /home/darshak/test/pl/file.txt script will move same structure as above but in different dir, /usr/local/test/sh/new.txt... (2 Replies)
Discussion started by: darshakraut
2 Replies

4. UNIX for Dummies Questions & Answers

Move command within script

Anyone have an idea to why the statement below does not work within a script but works when issued from the command line? mv /dir_files/submit.log* /bintemp (1 Reply)
Discussion started by: bwcberb
1 Replies

5. UNIX Desktop Questions & Answers

Help with Script to Move Directories

Hi I am after a simple script to move folders/files from one directory into another directory on the same server. I want to run a cron so this can run at midnight. Issue is there will not always be data in the source folder. This script works fine but it errors if nothing exists in the source... (3 Replies)
Discussion started by: treds
3 Replies

6. Shell Programming and Scripting

Script move files by name

hi, I have a lot of files named xxxxx__AA.txt, xxxxx__BB.txt, xxxxx__CC.txt and I would like to move xxxxx__AA.txt in AA directory, xxxxx__BB.txt in BB etc. Could you help me do it in bash script? (5 Replies)
Discussion started by: corfuitl
5 Replies

7. Shell Programming and Scripting

move script

hi guys i have a simple question i have a directory with name of files in /tmp which contain some files i want to check all files with file command and if they were MP3 or Wave sync them into new place . for example ( /root/mp3 ) i find all files and remove white space and rename them... (1 Reply)
Discussion started by: mhs
1 Replies

8. Shell Programming and Scripting

Script to move certain no. of files every second

Hi All, I am new to Linux/Scripting and need some assistance in coming up with a script that can move certain amount of files from one directory to other every seconds. Usercase: We have around 100k files in tmp directory on my server which needs to be moved to another folder to get... (3 Replies)
Discussion started by: Raj1184
3 Replies
VDAAERL(1)						    Voicetronix Telephony Tools 						VDAAERL(1)

NAME
vdaaerl - Measure the echo-return loss on Voicetronix FXO telephony modules SYNOPSIS
vdaaerl [options] DESCRIPTION
The vdaaerl utility tests the echo-return from a telephone line connected to a Voicetronix FXO module, such as those used on the OpenPCI range of cards. It can scan all available impedance values to find the best match for a particular line. It will wait for an incoming call on the port under test. The calling handset should have the microphone well muted for the duration of the test. A series of tones will be played down the line to determine the ERL in several parts of the audio spectrum. You should avoid creating any other noise on the line while this test is running, or the results may be skewed. If no --impedance is specified, and the --scan option is not used, then the default impedance value (based on the port's country selection) will be used. OPTIONS
The following options are available: --help, -? Show summary of options. --card number Explicitly select the card to test. Default is card 0. --port number Explicitly select the port to test. Default is port 0 of the card being tested. --impedance number Test a particular impedance setting [0 - 15]. --scan Test all available impedances. --playgain db Set the hardware play gain. Values may range from -12.0 to 12.0. --recgain db Set the hardware record gain. Values may range from -12.0 to 12.0. SEE ALSO
proslicerl(1) AUTHOR
Ron Lee, Peter Wintulich, David Rowe, Voicetronix <support@voicetronix.com.au> This manual page was written by Ron <ron@debian.org>, for the Debian project (but may be used by others). VPB driver package Oct 11, 2007 VDAAERL(1)
All times are GMT -4. The time now is 10:39 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy