Posts by josé alencar • 23 points
1 post
-
2
votes2
answers151
viewsQ: Doubt about shell script
I’m studying linux, and it’s my first contact with the shell script, the documentation I wanted to do is the following: #!/bin/bash if [ uname - m = "x86_64" ]; then echo "sua versão é de 64bits"…