On Wednesday 25 July 2001 17:03, you wrote:
> ����� ���� �� ���� ������ ����� �� ����� ��������:
>
> 1. ���� ���������� � ������� ���������� � ���������� .ppm � ����� ����
> ������� �� ��������� � .png , ������ �� �� �� PNG, ����� ���� ���� ��������
> ������� PNG � ���������� PPM !
>
> ������ !!!
>

for i in `ls *.ppm | cut -d'.' -f1` ; do  mv ${i}.ppm ${i}.png; done

Regards,

Delyan Toshev
===========================================================================
A mail-list of Linux Users Group - Bulgaria (bulgarian linuxers)
http://www.linux-bulgaria.org/ Hosted by Internet Group Ltd. - Stara Zagora

Reply via email to