Open main menu
CDOT Wiki
β
Search
Changes
← Older edit
Newer edit →
Tutorial10: Shell Scripting - Part 1
20 bytes removed
,
08:47, 4 May 2021
→
LINUX PRACTICE QUESTIONS
if [ $((x % 2)) -eq 0 ]
then
echo "this"
else
echo "that"
fi
done
Msaul
Administrators
13,420
edits