This message was sent from Geocrawler.com by "Giovanni" <[EMAIL PROTECTED]>
Be sure to reply to that address.
try this:
for x in *.*
do
cat $x
done
Geocrawler.com - The Knowledge Archive
On Wed, Feb 16, 2000 at 02:44:11PM -0500, [EMAIL PROTECTED] wrote:
> I need a utility that will take a list of files using standard wildcards
> and empty their contents, but not deleting them. Has anyone stumbled on
> something like this? Thanks a bunch.
how about
for i in
do
On Wed, Feb 16, 2000 at 09:09:43PM +0100, Armin Joellenbeck generated a stream
of 1s and 0s:
> Try the shell command echo:
>
> echo -n '' > file
>
> This redirect the empty string into file. The option -n avoids
> the default printed newline, so the file is really empty.
>
> for x i
> I need a utility that will take a list of files using standard wildcards
> and empty their contents, but not deleting them. Has anyone stumbled on
> something like this? Thanks a bunch.
Try the shell command echo:
echo -n '' > file
This redirect the empty string into file. The option
I need a utility that will take a list of files using standard wildcards
and empty their contents, but not deleting them. Has anyone stumbled on
something like this? Thanks a bunch.
--
Get the truth or risk frying your brains! --> www.truthinlabeling.org <--
5 matches
Mail list logo