Regarding Unix Move Command
Posted
by
user38993
on Super User
See other posts from Super User
or by user38993
Published on 2010-02-22T04:19:07Z
Indexed on
2012/10/20
11:06 UTC
Read the original article
Hit count: 270
unix
I need to write an Unix Shell Script tran.sh that moves the csv input files from /exp/files folder to /exp/ready directory.
The csv input files are written to /exp/files
folder by an FTP server whose behavior I cannot trivially change. In tran.sh
shell script I need to ensure before doing a move of that csv input file from /exp/files directory no longer any other process is writing to the file.
How can I do it.
© Super User or respective owner