I want to move huge files to other directory so I used:
find ./ -name f | xargs mv -f sm20180416* /ora_arch/ssmfep_backup/
but i am getting
-bash: /usr/bin/xargs: Argument list too long
-bash: /bin/logger: Argument list too long
it works when moving in small batches of files - but when moving in large number of files i am getting that error. I.e. arguments too long