IT-Cena
Wednesday, October 6, 2010
create 100 files in one command
Had a situation to create multiple xsd's in one location , i used following simple command .
"for (( i = 0 ; i < 100 ; i++ )) do touch $i.xsd; done;"
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment