Execute the command prompt "command not found" in shell

definition of shell:

-sharp!/bin/bash

res=`2222222222 | md5sum | cut -d " " -f1`

echo "res: " ${res}

write in a file and run the result as follows:

./sh-test.sh: line 3: 2222222222: command not found
res:  d41d8cd98f00b204e9800998ecf8427e

I"d like to ask why you prompted command not found?.

Mar.20,2021

-sharp!/bin/bash

res=`echo 2222222222 | md5sum | cut -d ' ' -f1`

echo "res: " ${res}
MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b32c7f-2be3a.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b32c7f-2be3a.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?