I can not understand what this symbol is for in a variable, I see its use in some points in SQL code, Shell Script, C. What is the use?
For example a use of this symbol in Shel Script:
DATA=$(date +%H)
The variable DATA
receives the (current date +% H)
I do not understand what '%'
is