On Wed, 21 Mar 2001, [iso-8859-1] Bernhard L�der wrote:

> I am just after a hint.
> 
> I have to copy a file to all user directories.
> 
> cp file.file /home/*

We've needed a script-pissing contest ...

   for f in /home/*; do cp file.file $f; done

Awk/perl/python/tsh/csh/sh/algolw/FORTRAN soon to follow.
A beer to the first working INTERCAL example.

-rickw



--
Rick Welykochy || Praxis Services



--
SLUG - Sydney Linux User Group Mailing List - http://slug.org.au/
More Info: http://slug.org.au/lists/listinfo/slug

Reply via email to