10PoundBrown
MIS
Hi all, I have a very large directory of files of differing types and I need to seperate them based on file type. For example, I need to copy all of the pdfs into a temp directory. I tried this but got an error
unix-shell:# cp *.pdf temp_pdf_dir/
bash: /bin/cp: Argument list too long
Can anyone help me, Im new to regular expressions and am not having any luck.
Thanks in advance
unix-shell:# cp *.pdf temp_pdf_dir/
bash: /bin/cp: Argument list too long
Can anyone help me, Im new to regular expressions and am not having any luck.
Thanks in advance