[Techtalk] once again frustrated by bash :(

Aaron Malone aaron at munge.net
Tue Mar 9 16:55:15 EST 2004


On Tuesday 09 March 2004 15:32, Angelina Carlton wrote:
> if [ -d = "$1" ] ;

I think what you mean is

if [ -d $1 ];

You don't need a comparison operator.
-- 
Aaron Malone
aaron at munge.net


More information about the Techtalk mailing list