Sponsored Content
Full Discussion: Cp & skipping exiting files
Top Forums Shell Programming and Scripting Cp & skipping exiting files Post 302962832 by Scott on Friday 18th of December 2015 10:31:20 PM
Old 12-18-2015
Hi.

You can use the -n or --no-clobber options.
This User Gave Thanks to Scott For This Post:
 

10 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

Cron job skipping problem

Hi, I have a crontab that runs some shell scripts at fixed intervals. Although, one condition for a script to continue is that a previous instance of the same script should have terminated. But, inspite of the fact that the old instance has finished execution, the new instance still terminates. ... (3 Replies)
Discussion started by: puneetarora_12
3 Replies

2. Shell Programming and Scripting

checking count of files and exiting

Hi All Please see the script below for file in ${filelist }; do if ]; then if ]; then print " $(date) STEP 6 ------- Copying $file to $destpath" fi if ! cp $ftppath/$file $destpath 2> /dev/null; then writeToLog "ERROR: ${0##*/} - $upartition Could not copy file $file" if ]; then... (1 Reply)
Discussion started by: king007
1 Replies

3. Shell Programming and Scripting

Compare EDI files by skipping selected Segments

Hi, I wanted to compare EDI files present in Two different Directories which can be related by the file names. While comparing the EDI files i have to skip selected segments such as "ISA" "IEA" and "GS" "GE" since this may have datetime stamp and different "Sender" "Receiver" Qual. and... (3 Replies)
Discussion started by: Sivas
3 Replies

4. UNIX for Dummies Questions & Answers

How do I search while skipping folders?

I have a directory that contains some specific files. I want to find all the files and copy them to a different directory, however the files are in /dir1/dir2/dir3/filedir/archive. In ~/filedir contains about 100 directories that contains an archive directory where the files I need are. How can I... (6 Replies)
Discussion started by: bbbngowc
6 Replies

5. Shell Programming and Scripting

Find & Replace string in multiple files & folders using perl

find . -type f -name "*.sql" -print|xargs perl -i -pe 's/pattern/replaced/g' this is simple logic to find and replace in multiple files & folders Hope this helps. Thanks Zaheer (0 Replies)
Discussion started by: Zaheer.mic
0 Replies

6. UNIX for Dummies Questions & Answers

How to compare 2 files & get specific value & replace it in other file.

Hiiii Friends I have 2 files with huge data. I want to compare this 2 files & if they hav same set of vales in specific rows & columns i need to get that value from one file & replace it in other. For example: I have few set data of both files here: a.dat: PDE-W 2009 12 16 5 29 11.11 ... (10 Replies)
Discussion started by: reva
10 Replies

7. UNIX for Dummies Questions & Answers

Appending 2 files skipping the header of the second file

I have 2 files with the same header and need to append them and put the result in a 3rd file the 2 files has the same header and while appending i want to skip the second file header and need the result to be put in a third file Normally, this would work Cat file1 file2 >> file3....But how... (5 Replies)
Discussion started by: saggiboy10
5 Replies

8. Shell Programming and Scripting

Skipping rows based on columns

Hi, suppose I have the following file and certain rows have missing columns, how do i skip these rows and create an output file which has all the columns in it E/N Ko_exp %err Ko_calc %err diff diff- diff+ 0.95 ======== ======= ==== ======= ==== ===== ===== =====... (12 Replies)
Discussion started by: ramky79
12 Replies

9. Shell Programming and Scripting

Move only folders and skipping files

How do I move all folders and its contents from a directory A to another directory B, skipping all files in Directory A ? ---------- Post updated at 12:53 PM ---------- Previous update was at 12:42 PM ---------- Ok. Got it. mv /A/*/ /B/ (1 Reply)
Discussion started by: DHeisenberg
1 Replies

10. Shell Programming and Scripting

Compressing & removing files in a directory & subdirectory

Hi, I want a simple line of code that will compress files within a directory specified (parameter) and its subdirectories and also i want to remove files which are exactly 365 days old from the sysdate after this compression. Please help. Thanks, JD (8 Replies)
Discussion started by: Jesshelle David
8 Replies
MINCPIK(1)							 MINC User's Guide							MINCPIK(1)

NAME
mincpik - generate images from minc files SYNOPSIS
mincpik [options] <infile>.mnc [<image.type>] DESCRIPTION
mincpik generates image files from MINC volumes using the Imagemagick convert utility. For a complete list of output file types see the convert man pages. Currently if there is a time dimension in the file the image will only produced from the first time point General options -verbose print out extra information -clobber overwrite the output file if it exists already -fake usually used in combination with -verbose to echo commands only -slice slice number to get (note this is in voxel co-ordinates) -scale scaling factor for resulting image, by default images are output at twice their original resolution -width autoscale the resulting image to have a fixed image width (in pixels) -depth bit-depth for resulting image 8 or 16 (MSB machines only) -title add a title to the resulting image, if just this option is specified the text used for the title is the name of the input image file. -title_text specify the title text to use. This option must be used in conjunction with -title Image range and lookup table options -range min max valid range of values to use from MINC file -image_range min max range of image values to use for pixel intensity -auto_range automatically determine image range using a 5 and 95% PcT. (histogram) -lookup arguments arguments to pass to minclookup Slicing options -transverse get a transverse slice -axial synonym for transverse -coronal get a coronal slice -sagittal get a sagital slice -allthree this option is deprecated, use -triplanar instead Triplanar options -triplanar create a triplanar view of the input MINC file -tilesize pixel size for each image in a triplanar -sagittal_offset offset the saggital slice from the centre in the triplanar -vertical create a vertical triplanar series of images (this is the default) -horizontal create a horizontal triplanar instead of a vertical one Generic options for all commands: -help Print summary of command-line options and abort. AUTHOR
Andrew Janke - <a.janke@gmail.com> SEE ALSO
minclookup(1), convert(1), display(1). $Date: 2009-08-11 13:49:19 $ MINCPIK(1)
All times are GMT -4. The time now is 03:34 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy