<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
David Gomez schreef:
<blockquote cite="mid1151325732.10643.3.camel@mokona" type="cite">
  <pre wrap="">On Mon, 2006-06-26 at 15:49 +0530, Kaushal Shriyan wrote:
  </pre>
  <blockquote type="cite">
    <pre wrap="">Hi ALL

which command is used to display all text files inside a particular directory

    </pre>
  </blockquote>
  <pre wrap=""><!---->
That depends on what do you mean by 'text files'

I would use something like this.

find &lt;start_directory&gt; -type f -exec file {} \| grep
&lt;some_strings_matching_text_files&gt; \; -print


  </pre>
</blockquote>
<br>
Or maybe you just mean <br>
<br>
ls -als *.txt<br>
<br>
Mike<br>
<br>
<pre class="moz-signature" cols="72">-- 
ATN Networks
Dirk de Derdelaan 215
3132 HE VLAARDINGEN
url: <a class="moz-txt-link-abbreviated" href="http://www.atn-networks.nl">www.atn-networks.nl</a>
mail: <a class="moz-txt-link-abbreviated" href="mailto:mike@atn-networks.nl">mike@atn-networks.nl</a>
mobiel: 06 - 28 11 49 91

Voor al uw hostinggebonden oplossingen
</pre>
</body>
</html>