Please remove.

2002-09-19 Thread kent ho
my email addess of this distribution list. Thanks, Kent -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

How to expand Unix command in echo statement?

2002-07-23 Thread kent ho
Please help. I want to expand the "date" command in the echo command: Ex: $log="/tmp/ito.log" `echo Warning: some text > $log` I need to expand the "date" command somewhere in this echo command, please show me how. Thanks, kent -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional com

Passing variable to sed command.

2002-07-22 Thread kent ho
Hi All, Just a generic "sed" question, please help. How do I pass a variable to this sed command: MONTH="Mar" sed '/$MONTH/,$d' foo > foo.new Thanks, Kent -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]