Argument List too Long
- From: Sanjay Chakraborty <sanjaychakrab@xxxxxxxxx>
- Date: Mon, 31 May 2010 14:26:36 -0400
I have a script and that run every month, In the script it has a mv
command and that moves about 35000 files from one directory to other
directory. In one system it is working but in other system I am
getting "Argument List too Long" error message.
mv* ../$directory2/ cannot work.
I can try with "find $directory -type f -name '*' -exec mv {}
$directory2/. \;" but I am not sure it will work and it will take
time to do the testing through script modification.
It is running RHEL 5.1, patching may solve the problem. But I cannot
patch this server soon.
Any one can help about this ?
--
Regards.
Sanjay Chakraborty
--
redhat-list mailing list
unsubscribe mailto:redhat-list-request@xxxxxxxxxx?subject=unsubscribe
https://www.redhat.com/mailman/listinfo/redhat-list
- Prev by Date: RE: Argument List too Long
- Previous by thread: Re: Argument List too Long
- Index(es):
Relevant Pages
|