Posts by rafaelpfreire • 43 points
1 post
-
4
votes1
answer175
viewsQ: Problem with echo` -e`
I’m starting to learn shell script and am doing some simple scripts to train. The script below tests whether whoever is running the script is logged in as root. # !/bin/bash # # This script test if…