Sometimes you need to know in which package a particular file is in
grep <full_path_to_filename> /var/sadm/install/contents| awk ‘{ print $1 ‘ ‘ $10 }’
229/433
some Unix notes
Sometimes you need to know in which package a particular file is in
grep <full_path_to_filename> /var/sadm/install/contents| awk ‘{ print $1 ‘ ‘ $10 }’
229/433