Livejournal
Log in
Post
Friends
My journal
havoc
Move a bunch of files (mv argument list to long)
havoc
Jan 01, 2013 10:38
See this error?
mv argument list to long
Use a command like this to get around it.
find /the/directory/your/moving/from -type f | xargs -i mv "{}" /the/directory/your/moving/to
ssh
,
mv
,
error
,
command
Leave a comment
Up