26 Nov
2005
26 Nov
'05
4:10 a.m.
# 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.