newbit: what this bash script means?
- From: "wonkim" <wonil.kim@xxxxxxxxx>
- Date: 26 Sep 2006 04:39:39 -0700
hi,
I want to know what this bash script part means.
if [ ! $FLIST -ef $WDIR/file.list ]; then
cp $FLIST $WDIR/file.list
fi
$FLIST contains file name string list.
$WDIR is a temporary folder name that was creadted from previous
command.
I can't understand what [ ! $FLIST -ef $WDIR/file.list ] condition
means.
Thanks!
.
- Follow-Ups:
- Re: newbit: what this bash script means?
- From: Lew Pitcher
- Re: newbit: what this bash script means?
- Prev by Date: Re: bash: path of script that is being executed
- Next by Date: Re: newbit: what this bash script means?
- Previous by thread: MAILX on an AIX server with arguments
- Next by thread: Re: newbit: what this bash script means?
- Index(es):