Sponsored Content
Top Forums UNIX for Dummies Questions & Answers No such file or directory error while copying files Post 302420582 by srinirsr on Wednesday 12th of May 2010 04:17:13 AM
Old 05-12-2010
Hi Frank,

Thanks for your quick reply.
Following is the sample response:
Code:
 sh File_Mover_Script.sh
+ exec
+ 0< /home/amdocs/files2cp.log
+ read LINE
 /iccs30/attach/1611043078.0133862868.tif.tif
: No such file or directoryttach/1611043078.0133862868.tif
+ read LINE
 /iccs30/attach/1611280507.C091212-Mohamed Din Abdul Rahman.xls.xls
: No such file or directoryttach/1611280507.C091212-Mohamed Din Abdul Rahman.xls

I can see, its adding the extension twice,but in the physical file its actually once.

Srini

Moderator's Comments:
Mod Comment Code tags, PLEASE
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Copying files from one directory to Other

Hi UNIX Gurus, Could please help me out regarding following situation. I am copying some files from one directory to other directotry using following command. cp /var/tmp/*date*.gz /var/tmp/user/ Problem: Once the copy has completed, I need to check whether all the files (including... (3 Replies)
Discussion started by: satishkeshetty
3 Replies

2. UNIX for Dummies Questions & Answers

Copying one file at a time from one directory to another directory.

Hi All i want to write a script which could copy one file at a time from one directory to another directory. Scenerio: Let's say i have 100 file in a dirctory,so i want to copy one file at a time to another directory with a sleep statement in between that of 30 secs. please help me... (1 Reply)
Discussion started by: Nikhilindurkar
1 Replies

3. UNIX for Dummies Questions & Answers

Help with cron: copying all files in a directory to another...

Here's what I have thus far: cp -r /home/mydom/public_html/products/Widget/ /home/mydom/public_html/ This works fine but suppose the folder in public_html has a different name (Main_Widget). The cron above needs to copy the files within the folder (Widget) instead of the folder itself. How... (1 Reply)
Discussion started by: ashleyquick
1 Replies

4. Shell Programming and Scripting

Copying files from one directory into another.

Could someone please tell me if there is a command similar to head or tail that can be used on directories. I want to select a given number of files from a directory and copy them into another directory. But I found out I can't use head as it doesn't (or I don't know how yet!) work on directories.... (4 Replies)
Discussion started by: Krush187
4 Replies

5. Shell Programming and Scripting

Copying files to a directory

Hi I have a few questions. I am trying to copy a file to a directory. I need to copy files that do not end in numbers, for example, into a directory. This is what I tried so far. cp filename directorytowhereIwannacopy but it says it can't copy to a directory. I need to copy many files into one... (2 Replies)
Discussion started by: #moveon
2 Replies

6. Shell Programming and Scripting

Find a directory and copying files to it

Hi all, wondering if someone would be able to help with a little query I have. I currently have a script which copies everything in a specific directory to a number of other directories depending on a variable. The problem I have is the destination directories vary (in and incoming directories)... (3 Replies)
Discussion started by: JayC89
3 Replies

7. UNIX for Dummies Questions & Answers

Help in copying multiple files from th directory

Hey Guys, I have directory with thousands of files, I need to copy only march data. can any one please Help.......... Thanks, Uttam N (4 Replies)
Discussion started by: Uttamnsd
4 Replies

8. Shell Programming and Scripting

Copying files to a directory

Hi, I am newbie to unix scripting, need a help in the doubt i have. It is " when files are copied to a directory using cp command, they are arranged by default according to the file name, is there anyway where the files that are copied be arranged with respect to their size, with using the sort... (5 Replies)
Discussion started by: pundalik
5 Replies

9. Shell Programming and Scripting

Copying files from parent directory only

Hello, Please can someone assist on a issue I am having. I want to find specific files in the parent directory only that have been modified over the last 2 days and copy them to another location. NOTE: The version of AIX I am using does not have MAXDEPTH. I have currently written the... (3 Replies)
Discussion started by: Dolph
3 Replies

10. Shell Programming and Scripting

Copying files to a directory, renaming it if a file with the same name already exists

Hi All, I need to copy files from one directory to another with the files to be renamed while copying if a file with the same name already exists in the target directory. THanks, Dev (2 Replies)
Discussion started by: dev.devil.1983
2 Replies
TIFFSET(1)						      General Commands Manual							TIFFSET(1)

NAME
tiffset - set a field in a TIFF header SYNOPSIS
tiffset [ options ] filename.tif DESCRIPTION
Tiffset sets the value of a TIFF header to a specified value. OPTIONS
-d dirnumber change the current directory (starting at 0). -s tagnumber [ count ] value ... Set the value of the named tag to the value or values specified. -sd diroffset change the current directory by offset. -sf tagnumber filename Set the value of the tag to the contents of filename. This option is supported for ASCII tags only. EXAMPLES
The following example sets the image description tag(270) of a.tif to the contents of the file descrip: tiffset -sf 270 descrip a.tif The following example sets the artist tag(315) of a.tif to the string ``Anonymous'': tiffset -s 315 Anonymous a.tif This example sets the resolution of the file a.tif to 300 dpi: tiffset -s 296 2 a.tif tiffset -s 282 300.0 a.tif tiffset -s 283 300.0 a.tif Set the photometric interpretation of the third page of a.tif to min-is-black (ie. inverts it): tiffset -d 2 -s 262 1 a.tif SEE ALSO
tiffdump(1), tiffinfo(1), tiffcp(1), libtiff(3TIFF) Libtiff library home page: http://www.remotesensing.org/libtiff/ libtiff November 21, 2004 TIFFSET(1)
All times are GMT -4. The time now is 03:56 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy