Argument List too Long

Cliff c4ifford at gmail.com
Sun May 30 02:40:46 UTC 2010


Why not just use xargs?

Sent from my iPhone

On May 29, 2010, at 9:42 PM, "Carl T. Miller" <carl at carltm.com> wrote:

> Sanjay Chakraborty wrote:
>> 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.
>
> Try this:
>
> ls | while read file; do mv "$file" ../$directory2; done
>
> c
>
>
> -- 
> redhat-list mailing list
> unsubscribe mailto:redhat-list-request at redhat.com?subject=unsubscribe
> https://www.redhat.com/mailman/listinfo/redhat-list




More information about the redhat-list mailing list