Hi,
A Q&D solution:
OLDSUF=$1
NEWSUF=$2
for i in *.${OLDSUF}; do
j=`basename $i .${OLDSUF}`
echo "$j.${NEWSUF}"
done
PA
On 8/8/05, Paolo Pantaleo <[EMAIL PROTECTED]> wrote:
> 2005/8/8, Paolo Pantaleo <[EMAIL PROTECTED]>:
> > with MSDOS mv (or move, i don't remember the name) yo
Hi all,
I've installed Sarge from a netinst CD. I managed to set up X, but
since I have X, I can't switch to tty. All I see is a blank screen,
though I can login and type commands. When I type reset, a cursor
comes up at the upper left corner of the screen for some seconds, but
that's all.
The pr
2 matches
Mail list logo