DEV Community

Discussion on: Write your first shell script

Collapse
 
mccurcio profile image
Matt Curcio

One of the first Bash commands I learned was rm -fr . Not good, but good to know!
It seemed like people everywhere I turned were trying to trick others into using this dangerous command.
I never got caught by this or other commands bc others let me in on the 'secret'. ;))

Collapse
 
anja profile image
Anja

Hehe good that you didn't fall into the trap! My first command was cd. 😄