Hello,

On Thu, 26 Nov 2009, Sagayaraj wrote:
>   How to copy the specific files only in cp command in RHEL 5 or all linux
> flavor?
> Ex i've 1000 files in a folder, i want to copy only 715 files olny in that
> folder to paste other place. what command using for that..waiting for your
> prompt reply.

mv $(ls | head -715) new_folder/

--
_______________________________________________
To unsubscribe, email [email protected] with 
"unsubscribe <password> <address>"
in the subject or body of the message.  
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc

Reply via email to