Im not sure I understand the question, but is this something a bash script might fix?
find . -iname "*properties"|while read line; do cat "$line" ;done > allproperties.properties.bak On 8/10/06, Peter Dawn <[EMAIL PROTECTED]> wrote:
guys, is there a way for me to export all my properties file content into another file. or if i need to backup my content is there a way for me to somehow export this content into another file and then store it somewhere. i hope i make sense :-) thanks. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]