[vox-tech] Shell Scripting Question

Henry House vox-tech@lists.lugod.org
Fri, 6 Jun 2003 10:50:54 -0700


--ibTvN161/egqYuK8
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

On Fri, Jun 06, 2003 at 10:43:08AM -0700, Micah J. Cowan wrote:
[...]
> > This seems like a ideal use for xargs. Try:
> >=20
> > 	find . -path '*/messages/*' -type f -print0 | xargs -0 chmod 777
>=20
> I think:
>=20
>   find . -path "*/messages/$1" -type f -print0 | xargs -0 chmod 777
>=20
> May be closer to what he wants?

Yes, thanks :-).

--=20
Henry House
The attached file is a digital signature. See <http://romana.hajhouse.org/p=
gp>
for information.  My OpenPGP key: <http://romana.hajhouse.org/hajhouse.asc>.

--ibTvN161/egqYuK8
Content-Type: application/pgp-signature
Content-Disposition: inline

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.1 (GNU/Linux)

iD8DBQE+4NR+i3lu92AVGcIRAtF7AJ4kpVbEqRazvAziR/KqS5GTiYEs+ACfeHJf
hfElW9QAOpNXchalydXYm+k=
=RDv2
-----END PGP SIGNATURE-----

--ibTvN161/egqYuK8--