cd /mnt
a=`grep -i kernel32.dll *`
find "$a" /mnt -type f > /home/cashua/file.sh
wblock said:Please also post a link to the homework assignment.
cashua66 said:I want to delete which file includes the string "kernell32.dll". Not file name kernel32.dll. Please help.
% man find | less +/-exec
Repeating again.cashua66 said:I want to delete which file includes the string "kernell32.dll". Not file name kernel32.dll. Please help.
find /mnt/flash -name '*kernel32.dll*' -delete