# rpm -qf /usr/bin/[
coreutils-5.3.0-10
I believe this is the equivalent of the 'test' command that you use as
part of shell scripting. i.e.:
if [ "$flying_pigs" = "yes" ]; then
echo "I'm dreaming"
fi
Thanks, I will remember the rpm -qf <file_name> from now on.