DEV Community

Discussion on: Linux's commands and tricks I'm using in my daily job as a developer

Collapse
 
moopet profile image
Ben Sinclair

A lot of commands take a -y flag too.

If you're particularly concerned about it doing something you don't want, you can use an expect script instead. It's kind of like selenium for the command line.

Collapse
 
patricnox profile image
PatricNox

Yep! I tend to use the y flag.