From: Michele Andreoli ([email protected])
Date: Tue Nov 13 2001 - 20:54:27 CET
On Tue, Nov 13, 2001 at 04:35:04PM +0100, [email protected] nicely wrote:
> Dear All,
>
> can I manipulate string in mulinux ?
> I need to concatenate two or three strings that I have to append
> on a database file.
>
Using shell-scripting? Easy to do:
string1="hello"
string2="world"
echo "$string1 $string2" > output_file
Michele
-- I keep trying to locate a meeting of Quantum Physicists. But everytime they set a meeting time, the location changes. And vice versa -- Anonymous --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
This archive was generated by hypermail 2.1.6 : Sat Feb 08 2003 - 15:27:20 CET