Shellscript Reengineering

Dear Community,

I've an urgent issue due to a migration of an application from HP-Unix to Linux.
We have a mass of scripts which are running at a dedicated server on hpunix.
Now we do not know, which further scripts exists on this machine. the idea is, that we crawl through the scripts we already know and identify further scripts which are addressed in those.

Is there a way or does are software exist which is able to sniff through my list of scripts and identify further scripts which are used in them?

Thank you in advance for your help :slight_smile:

Kind regards
Alrik

Welcome to the forum, Alibapir.

AFAIK, There is no software to do that and the only way is to do that..

  • Take help of someone who is having knowledge of that particular application.
  • Try to find out the rules, patterns and the way the scripts are arranged.
  • You might need to look inside each script (With an automated process).

On the other side, if its a real production systems/application; The scripts should be in very systematic manner and well documented.