I have this if
statement and every time I change something another thing seems to be wrong. Can you see the problem?
if [[ $(ps -ef | grep "Process" | grep -v "grep" | awk '{print $2}') = '' ]]; then
echo "bien"
fi
I get launcher.sh[74]: 11927676^J15335522: syntax error