[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: bash command substitution problem



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 600

Thanks, that works.

8)



Reply to: