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