/ Published in: Bash
Expand |
Embed | Plain Text
svn list http://svnrepository.com > ls.out while read line; do svn info "http://svnrepository.com/$line"; done < ls.out >> info.out
You need to login to post a comment.
tcmacdonald on 01/28/10
1 person have marked this snippet as a favorite
svn list http://svnrepository.com > ls.out while read line; do svn info "http://svnrepository.com/$line"; done < ls.out >> info.out
You need to login to post a comment.