On Sunday 08 May 2005 05:08 pm, Phil Dyer wrote:
> try this one.
>
> function lsf {
> for i in *; do
> if [ -f "$i" ]; then
> echo "$i"
> fi;
> done;
> }
>
> lsf | xargs chmod 600Thanks, that works. 8) -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

