What is the linux command to find if a process say aa.sh is running or not. ps command does not seem to work and it does not show the shell script names.
Please advi
The simplest and efficient solution is :
pgrep -fl aa.sh