On Fri, 21 Aug 2009 23:53:55 -0400 gene golub wrote:
> Hi folks
> I have a problem with files like: 'aaa bb (mail 4).txt'
> When I try to use them in scripts as input files for db operations=2C I am =
> getting errors even if I put files in a double quotes:
> \"$file1\"
> I was thinking to copy them to other files while removing 'bad' characters =
> from their names=2C but I am still getting errors:
> for k in *
> do
> F1=3D`echo $k|sed -e 's/[() ]//g'`
> cp \"$k\" $F1
> done
cp "$k" "$F1"
_______________________________________________
ast-users mailing list
[email protected]
https://mailman.research.att.com/mailman/listinfo/ast-users