<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Tahoma
}
--></style>
</head>
<body class='hmmessage'><div dir='ltr'>
thanks Victor, it worked :)<br><br><br><div>> From: vchurchill@softwareshack.eu<br>> Date: Tue, 27 Sep 2011 14:20:56 +0100<br>> To: gllug@gllug.org.uk<br>> Subject: Re: [Gllug] looping through files<br>> <br>> On 27 September 2011 13:35, dudes dudes <akam123@hotmail.co.uk> wrote:<br>> <br>> > Say under /test directory I have file1, file2 to file(n+1). Is it possible<br>> > in "bash" to open each file one after another and do some changes ?<br>> ><br>> <br>> cd /test<br>> for FILE in * ; do<br>> echo doing something with $FILE..<br>> rm $FILE<br>> done<br>> <br>> -- <br>> regards,<br>> <br>> Victor Churchill<br>> The Software Shack, Ltd<br>> --<br>> Gllug mailing list  -  Gllug@gllug.org.uk<br>> http://lists.gllug.org.uk/mailman/listinfo/gllug<br></div>                                        </div></body>
</html>