5 Feb
2002
5 Feb
'02
16:18
Hi: How can I make lots(for example 5) of copies of a file.. (from the command line, not writing a script). I tried this but it didnt work..: $ for f in "file[1-5]" ; do `cp file $f` ; done and it made a copy called file[1-5] :-( Any pointers?? Thanks! Raul