Sponsored Content
Top Forums UNIX for Dummies Questions & Answers unusual problem with cp command Post 302690019 by RudiC on Wednesday 22nd of August 2012 11:11:10 AM
Old 08-22-2012
What I can see immediately from your code snippet
Code:
mv "$FNAME".gz $Archive_FNAME mv $Archive_FNAME /one/two/three/five_archive

is that $FNAME is quoted and $Archive_FNAME is not. This may lead to unexpected results, esp. for filenames with special chars in it. It would not explain the changes in files' owner, permission etc., of course. Did you try to run the script with the options -v and/or -x set so you can analyse every single step it does?

You say in your recent post that two processes are working simultaneously on the directory. Have you made sure that the operations are properly synchronized?
 

9 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

somewhat unusual top output problem

i'm a relative newbie to unix (i'm on OSX) and i have a specific problem i'm tripped up on: i'm piping the output of top (in log format) into an awk command which formats the information (and eventually will send it out continuously via udp/osc to another app). my problem is with what comes up... (4 Replies)
Discussion started by: ohhmyhead
4 Replies

2. UNIX for Advanced & Expert Users

unusual function refrences

I'm wrting a program which needs to get the following information of a sever by calling some lib fuctions or system calls, so can anybody help to tell me those function names or where I can find the description of them ? CPU usage Memory usage Load procs per min Swap usage Page I/O Net I/O... (1 Reply)
Discussion started by: xbjxbj
1 Replies

3. Programming

unusual function refrences

I'm wrting a program which needs to get the following information of a sever by calling some lib fuctions or system calls, so can anybody help to tell me those function names or where I can find the description of them ? CPU usage Memory usage Load procs per min Swap usage Page I/O ... (11 Replies)
Discussion started by: xbjxbj
11 Replies

4. Solaris

pleaseee help with unusual crontab problem

Helllo folks... I tryed to edit crontab and I have this problem when I do crontab -l it shows my crontab correctly and if I do crontab -e I get this. baafh-99.03# baafh-99.03# crontab -e 1063 ? ? ? ? ? and that is all ...:( I have to type "q" and hit enter and I am back... (4 Replies)
Discussion started by: amon
4 Replies

5. Shell Programming and Scripting

very unusual question about while

is there anyway to make while run a command faster than per second? timed=60 while do command sleep 1 done i need something that can run a script for me more than one time in one second. can someone help me out here? (3 Replies)
Discussion started by: Terrible
3 Replies

6. Programming

C Calender Help - Unusual error

I'm making a program that you input the month and year, and it creates a calender for that month of that year. This is my largest project yet, and I broke it up into several source files. cal.c #include "cal.h" #include <stdio.h> main() { int month, year; scanf("%d %d", &month,... (3 Replies)
Discussion started by: Octal
3 Replies

7. UNIX for Advanced & Expert Users

Unusual NFS mount problem on only ONE client: Red Hat WS Rel 3

This is an unusual situation where I have an NFS server currently serving out MULTIPLE clients over several variants of Linux and UNIX successfully (world permissions) except for a SINGLE client. Even the other Linux (SuSE) clients in the same room are mounting successfully with defaults without... (6 Replies)
Discussion started by: neelpert1
6 Replies

8. Shell Programming and Scripting

Unusual Problem

what is wrong with the below script: --------------------------------------------------------------------------------- #!/bin/bash echo "Setting JrePath..." grep -w "export JrePath" /etc/profile Export_Status=$? if echo "JrePath declared" elif echo "JrePath not declared" echo... (4 Replies)
Discussion started by: proactiveaditya
4 Replies

9. HP-UX

Unusual Behavior?

Our comp-operator has come across a peculiar ‘feature'. We have this directory where we save all the reports that were generated for a particular department for only one calendar year. Currently there are 45,869 files. When the operator tried to backup that drive it started to print a flie-listing... (3 Replies)
Discussion started by: vslewis
3 Replies
delaunay(1)						  GNU Triangulated Surface utils					       delaunay(1)

NAME
delaunay - constructs the constrained Delaunay triangulation of the input SYNOPSIS
delaunay [OPTIONS] < file.gts DESCRIPTION
This manual page documents briefly the delaunay command. This command constructs the constrained Delaunay triangulation of the input OPTIONS
This program follow the usual GNU command line syntax, with long options starting with two dashes (`-'). A summary of options is included below. -b, --hull Do not keep convex hull. -e, --noconst Do not add constrained edges. -S, --split Split constraints (experimental). -H, --holes Remove holes from the triangulation. -d, --duplicates Remove duplicate vertices. -r, --randomize Shuffle input vertex list. -c, --check Check Delaunay property. -f FNAME, --files=FNAME Generate evolution files. -o, --conform Generate conforming triangulation. -s N, --steiner=N Maximum number of Steiner points for conforming triangulation (default is no limit). -q Q, --quality=Q Set the minimum acceptable face quality. -a A, --area=A Set the maximum acceptable face area. -v, --verbose Print statistics about the triangulation. -h, --help Display the help and exit. AUTHOR
delaunay was written by Stephane Popinet <popinet@users.sourceforge.net>. This manual page was written by Ruben Molina <rmolina@udea.edu.co>, for the Debian project (but may be used by others). June 2, 2008 delaunay(1)
All times are GMT -4. The time now is 12:35 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy