pgrep(1) -fl aa.sh
look up or signal processes based on name and other attributes
-f     The pattern is normally only matched against the process name.  When -f is set, the full command
       line is used.
-l     List the process name as well as the process ID. (pgrep only.)
source manpages: pgrep