Make HTML file that link to files that have patten string.
EX) Make HTML file shows link of all XML files that resided in sub folder.
HOW:
find . -name '*.xml' -printf '<a href="%p">%p</a><br>\n' > xmllist.html
if you want to ignore case,
find . -iname '*.xml' -printf '<a href="%p">%p</a><br>\n' > xmllist.html
월요일, 3월 13, 2006
피드 구독하기:
댓글 (Atom)
댓글 없음:
댓글 쓰기