Help

From: Gilbert Zimba <zimbag_at_mcm.com.zm>
Date: Mon, 04 Sep 2000 11:35:06 +0300

Iam new to unix OS and iam tearching myself shell scripting .I would
like to know
what is wrong with this script.
TIA.

+++++++++++++++++++++++++++++++++++
#!/bin/sh
set -x
for filename in "$_at_"
do
 newfile = $filename | tr '[a z]' '[A Z]' #This line i have also tried
using typeset -u
 eval mv $filename $newfile
done
+++++++++++++++++++++++++++++++++++++++++++++
--
-------------------------------
Tel. 260-02-441744
Fax. 260-02-447006
email: zimbag_at_mcm.com.zm
-------------------------------
Received on Mon Sep 04 2000 - 09:39:13 NZST

This archive was generated by hypermail 2.4.0 : Wed Nov 08 2023 - 11:53:41 NZDT