#!/bin/bash echo "Quin fitxer vols buscar?" read fitxer grep -r -E '.*' . | cut -d ":" -f 1 | uniq | grep $fitxer