Can some one tell me the Linux command to search for any name that has referenced inside in any of the files in the directory? eg : I need to search for a script say abc.sh that has reference in any other scripts in the same directory. So I need the list of all scripts where the abc.sh has a reference.
Thanks,