Hi Luuk,
Thanks for the wonderful comment.
Here is the script I executed :
echo -n Enter the file or directory you want to locate in this backup image :
read text
echo "You entered $text"
sleep 5
echo $text can be found at :
find -iname $text -ls -print 2>/dev/null;
echo Here is the BYTE SIZE, PERMISSIONS, OWNER, DATE and LOCATION of your search result
...
Leave a comment: