TP-systeme-exploitation-cen.../TP_Shell/verif/S7
2023-06-20 20:57:09 +02:00

4 lines
59 B
Plaintext

for (( i=$#1-1; i>=0; i-- ))
do
echo -n ${1:$i:1}
done