From: Michele Andreoli (m.andreoli@tin.it)
Date: Tue Nov 13 2001 - 20:54:27 CET
On Tue, Nov 13, 2001 at 04:35:04PM +0100, d.mancini@tiscali.it 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: mulinux-unsubscribe@sunsite.dk For additional commands, e-mail: mulinux-help@sunsite.dk
This archive was generated by hypermail 2.1.6 : Sat Feb 08 2003 - 15:27:20 CET