Help with Shell Script


 
Thread Tools Search this Thread
Top Forums Shell Programming and Scripting Help with Shell Script
Prev   Next
# 1  
Old 08-27-2009
Help with Shell Script

I need to move a file from one directory to another directory along with version number.

Example:

mv /directory1/report /directory2/report.c01

Next time i need to move the same report to directory2 with the version number attached to the file.

mv /directory1/report /directory2/report.c02

thanks in advance Smilie
 
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. UNIX for Beginners Questions & Answers

Shell script newbie- how to generate service log from shell script

Hi, I am totally a newbie to any programming languages and I just started an entry level job in an IT company. One of my recent tasks is to create a script that is able to show the log file of linux service (i.e. ntpd service) lets say, if I run my script ./test.sh, the output should be... (3 Replies)
Discussion started by: xiaogeji
3 Replies

2. Shell Programming and Scripting

Pass C shell array to another C shell script(csh) and shell(sh)

Dear Friends, Please help me on this my script name is send.csh In this i have written the statement like this set args = ( city state country price ) I want to pass this array to another c shell called receiver.csh. and i want to use it in this c shell or how to pass to... (2 Replies)
Discussion started by: SA_Palani
2 Replies

3. Shell Programming and Scripting

How to write config shell script to pass variables in master shell script?

Dear Unix gurus, We have a config shell script file which has 30 variables which needs to be passed to master unix shell script that invokes oracle database sessions. So those 30 variables need to go through the database sessions (They are inputs) via a shell script. one of the variable name... (1 Reply)
Discussion started by: dba1981
1 Replies

4. UNIX for Dummies Questions & Answers

How to write Config shell script to pass variables in master shell script?

Dear Unix gurus, We have a config shell script file which has 30 variables which needs to be passed to master unix shell script that invokes oracle database sessions. So those 30 variables need to go through the database sessions (They are inputs) via a shell script. one of the variable name... (1 Reply)
Discussion started by: dba1981
1 Replies

5. Shell Programming and Scripting

Unable to pass shell script variable to awk command in same shell script

I have a shell script (.sh) and I want to pass a parameter value to the awk command but I am getting exception, please assist. diff=$1$2.diff id=$2 new=new_$diff echo "My id is $1" echo "I want to sync for user account $id" ##awk command I am using is as below cat $diff | awk... (2 Replies)
Discussion started by: Ashunayak
2 Replies

6. Shell Programming and Scripting

Correct shell script to Call One shell script from another shell script

Hi All, I have new for shell scripting. Problem : I have one scrip at serv1 and path of server is /apps/dev/provimage/scripts and script name:extract_ancillary.bat. I need to call this script at server2(my working server) and execute at server2 . Please let me know how to build the... (5 Replies)
Discussion started by: Vineeta Nigam
5 Replies

7. Shell Programming and Scripting

call another shell script and pass parameters to that shell script

Hi, I basically have 2 shell scripts. One is a shell script will get the variable value from the user. The variable is nothing but the IP of the remote system. Another shell script is a script that does the job of connecting to the remote system using ssh. This uses a expect utility in turn. ... (2 Replies)
Discussion started by: sunrexstar
2 Replies

8. Shell Programming and Scripting

How to use ssh execute other shell script on other host (shell script include nohup)?

i want use ssh on the host01 to execute autoexec.sh on the host02 like following : host01> ssh host02 autoexec.sh autoexec.sh include nohup command like follwing : nohup /home/jack/deletedata.sh & after i execute ssh host02 autoexec.sh one the host01. i can't found deletedata.sh... (1 Reply)
Discussion started by: orablue
1 Replies

9. Shell Programming and Scripting

invoking a shell script inside cgi shell script

Hi, I have an HTML form through which I get some text as input. i need to run a shell script say script.sh inside a perl-cgi script named main_cgi.sh on the form input. I want to write the contents of the form in a file and then perform some command line operations like grep, cat on the text... (2 Replies)
Discussion started by: smriti_shridhar
2 Replies

10. Shell Programming and Scripting

How to Run a shell script from Perl script in Parent shell?

Hi Perl/UNIX experts, I have a problem in running a shell script from my perl script (auto.pl). I run the perl script using perl auto.pl from the shell prompt The shell script picks the files in "input" folder and procesess it. The shell script blue.sh has this code. export... (16 Replies)
Discussion started by: hifake
16 Replies
Login or Register to Ask a Question
kitcap(4)						     Kernel Interfaces Manual							 kitcap(4)

NAME
kitcap - Kit descriptor database for gentapes and gendisk utilities SYNOPSIS
Disk Media Descriptor ProdCodeHD:partition: dd=destdir[,kk=true][,rootdd=dirname]: Product_Description: kitdir[,kitdir]...:instctrl:subset[,sub- set]... [:dd=destdir[,kk=true][,rootdd=dirname]: Product_Description: kitdir[,kitdir]...:instctrl:subset[,subset]...]... Tape Media Descriptor ProdCode{MT|TK}|Product Description: directory[,directory]...:SPACE:SPACE:SPACE: INSTCTRL:subset[,subset]... [:%%N:subset[,sub- set]...]... DESCRIPTION
The kitcap file is a database for kit descriptors. This database contains product codes, media codes, and the names of the directories, files, and subsets that make up a product description used by gentapes or gendisk to create distribution media. The following rules apply to kitcap records: The first field is separated from the rest of the record by a colon (:) for disk media descriptors and by a pipe character (|) for tape media descriptors. Separate all other fields with colons (:). Indicate continuation with a backslash () at the end of the line. Lines starting with a pound sign (#) are comments and are ignored. Comments within a record start with a pound sign (#) and end with a colon (:). Use this feature sparingly. Disk Media Descriptors The following sample kitcap entry is for disk media: ProdCodeHD:partition: dd=/:Product_Description: directory1:directory2:directory3: instctrl:subset1:subset2:subset3:subset4:subset5: dd=SUB/DIR:Product_Description: directory1:directory2:directory3: instctrl:subset1:subset2:subset3:subset4:subset5 The following fields make up the kitcap descriptor for disk media: The Kit Name field consists of two concatenated subfields: the product code and the media code. This is an arbitrary alphanumeric name unique to the product. Typical codes include a product identifier and a version identifier, as shown in the EXAMPLES section. For example, if the product name is MYPRODUCT and the version is 1.0, the product- code might be MYPRODUCT100. The media code for disks is HD. This field specifies the partition where the software will be written on the media by the gendisk utility. Valid values are a through h. The usual value is c, as it spans the entire disk. This field specifies the directory in which to write the subsets on the disk media being created. The contraction dd can be thought of as the destination directory for the subsets. This field is required and allows a hierarchical structure so that you can put multiple products on the same disk or place parts of one product into different areas on the disk. Typically, a disk is mounted by the gendisk utility to a temporary mount point under /usr/tmp. This location becomes the disk's root directory. To specify only one directory for an entire product, a valid entry would be dd=/. This entry tells the gendisk utility to write all the following subsets under the mount point. You also may use the following parameters in the dd field: This parameter can be used for kernel product kits and hardware product kits, and indicates that the kit is needed during the boot process. When the gendisk utility finds this parameter, it automatically generates a kitname.kk file. This parameter specifies kit placement on the distribution media, relative to the kit-specific direc- tory such as OAT100/kit. For example, rootdd=.. would place the kit's root under the OAT100 directory on the distribution media. In the disk kitcap descriptor example shown in the EXAMPLES section, the first five subsets are written to the mount point, or root directory, for the disk media being made. Then a new directory, /mnt_point/SUB/DIR, is created on the disk media and the next five subsets are written into that directory. It is important to note that the top-level directory of the media disk is always considered the mount point used by the gendisk script and is referenced by dd=/. Any subdirectories listed as destination directories are created starting from the mount point and must be referenced in full. For instance, to put some other subsets in a subdirectory of DIR in the previous example, the entry would be dd=SUB/DIR/SUBSUBDIR. Each new destination directory requires a product description. This field is similar to the optional product description for magnetic tape, but for disk media the product description is a required field. All words in the description must be connected with underscores (_). The gendisk script removes the underscores at run time. For example, to create the description for "This is a good product", the Product Description entry for disk media would be: This_is_a_good_product One or more product source directories. The gendisk utility can produce a multiproduct disk with subsets from different products, based in different directories, and merge them on the disk to form a combined product. Directory entries provide the full path locations for the subsets to be put on the media. There must be at least one directory entry for each kitcap descriptor. The instctrl directory contains setld control information. This is analogous to the INSTCTRL file for magnetic tape. The subset fields provide a list of subsets or files to be either written to the disk media or verified from the disk media. Each subset listed must be stored in one of the directories listed in the kitcap descriptor. If a file or subset is stored in a subdirectory of one of the directories listed in the kitcap descriptor, it is possible to include that subpath with the subset or file name entry instead of listing the entire path or subpath as another directory listing. For example, a directory listed in the kitcap descriptor under the rules given in the directoryN section is listed as: /KITS/MYPRODUCT/001 A particular subset or file to be included on the media is stored in: /KITS/MYPRODUCT/001/subdirectory/subset Since the subdirectory/subset specification is part of the /KITS/MYPRODUCT/001 directory tree, it is not necessary to include the full path of the /KITS/MYPRODUCT/001/ subdirectory in the directory listing. Alterna- tively, you could include the subdirectory path with the subset name in the subset list. For example: MY-PROD-001HD:c: dd=/KITS/MYPRODUCT/001:This_is_a_good_product: instctrl:subset1:subset2: subdirectory/subset3: subset4 Magnetic Tape Media Descriptors The following kitcap entry examples are for TK50 and MT9 media types, respectively: ProdCodeTK|Product Description:directory1:directory2: directory3:SPACE:SPACE:SPACE:INSTCTRL:subset1:subset2: subset3:subset4:subset5 ProdCodeMT|Product Description:directory1:directory2: directory3:SPACE:SPACE:SPACE:INSTCTRL:subset1:subset2: subset3:subset4:subset5:%%2:subset6:subset7:subset8: subset9:subset10 The following fields make up the kitcap descriptor for magnetic tape media: The Kit Name field consists of two concatenated subfields: the product code and the media code. For tape media, it is separated from the rest of the record by a pipe character (|). This is an arbi- trary alphanumeric name unique to the product, including both product and version identifiers as shown in the EXAMPLES section. For exam- ple, if the product name is MYPRODUCT Version 1.0, the product-code might be MYPRODUCT100. The media code is a 2-letter reference specify- ing the type of media to be used. This must be either TK for TK50 or MT for 9-track magnetic tape devices. This field is a description of the software product to be created by the gentapes utility. It replaces the NAME field in the control file (filename.ctrl) for each of the subsets that make up a product. This field is optional for magnetic tape media. The gentapes utility can produce multiproduct tapes. That is, it can take subsets from different products, based in different directories, and merge them on the tape to form a combined prod- uct. Directory entries provide the full path locations for the subsets to be put on the media. There must be at least one directory entry for each kitcap descriptor. The SPACE file is a placeholder for tape records, and contains 10Kb of NULL characters. Three SPACE files are used as dummy files to ensure compatibility with operating system kits. The INSTCTRL image contains setld control information. The subset fields provide a list of subsets or files to be either written to the magnetic tape media or verified from the magnetic tape media. Each subset listed must be stored in one of the directories listed in the kitcap descriptor. If a file or subset is stored in a subdirectory of one of the directories listed in the kitcap descriptor, you can include that subpath with the subset or file name entry instead of listing the entire path or subpath as another directory listing. For example, a directory listed in the kitcap descriptor under the rules given in the directoryN section is listed as: /KITS/MYPRODUCT/001 A particular subset or file to be included on the media is stored in: /KITS/MYPRODUCT/001/subdirectory/subset Since the subdirectory/subset specification is part of the /KITS/MYPRODUCT/001 directory tree, it is not necessary to include the full path of the /KITS/MYPRODUCT/001/ subdirectory in the directory listing. Alternatively, you could include the subdirectory path with the subset name in the subset list. For example: MY-PROD-001MT|This is a good product: /KITS/MYPRODUCT/001:SPACE:SPACE:SPACE: INSTCTRL:subset1:subset2: subdirectory/subset3:subset4 The volume identifier is optional. Multitape support is provided for products that have subsets or files that require more space than is available on a single 9-track magnetic tape. If the subset list results in an end-of-tape condition, the subset list can be split into any number of multivolume sets by placing %%n anywhere appropriate in the subset list (where n is the volume number of the next tape). The subsets listed between the volume identifiers must fit on a single piece of media. By default, the subset list located directly after the directory list is always considered the first volume. Therefore, a volume identifier is not necessary for the first volume in a multivolume kit descriptor. EXAMPLES
Disk Description (Multiple Products): MYPRODUCT400HD:c: dd=MYPRODUCT/BASE: MYPRODUCT_software_version_4_base_subsets: /directory1:/directory2:/directory3: instctrl:subset1:subset2:subset3:subset4:subset5: dd=MYPRODUCT/NONBASE: MYPRODUCT_software_version_4_nonbase_subsets: /directory1:/directory2:/directory3: instctrl:subset1:subset2:subset3:subset4:subset5 TK50 Description (Single-Volume Tape) MYPRODUCT400TK|MYPRODUCT software version 4: :# directory listing : /directory1:/directory2:/directory3: SPACE:SPACE:SPACE:INSTCTRL: :# subset listing : subset1:subset2:subset3:subset4:subset5 MT9 Description (Multivolume Tape): MYPRODUCT400MT|MYPRODUCT software version 4: /directory1:/directory2:/directory3: SPACE:SPACE:SPACE:INSTCTRL: subset1:subset2:subset3:subset4:subset5: :# Volume 2 :%%2: subset6:subset7:subset8:subset9:subset10 Disk Description (Single Product): MYPRODUCT400HD:c: dd=/:MYPRODUCT_software_version_4: /directory1:/directory2:/directory3: instctrl:subset1:subset2:subset3:subset4:subset5 RELATED INFORMATION
gendisk(1), gentapes(1) Guide to Preparing Product Kits delim off kitcap(4)