TP-systeme-exploitation-cen.../TP_Shell/verif/S7

4 lines
59 B
Plaintext
Raw Normal View History

2023-06-20 18:57:09 +00:00
for (( i=$#1-1; i>=0; i-- ))
do
echo -n ${1:$i:1}
done