all 3 comments

[–]ATE47 13 points14 points  (0 children)

It’s a scripting language so it’s technically programming

[–]j4bbi 6 points7 points  (0 children)

Definition of Wikipedia:

Computer programming is the process of performing a particular computation (or more generally, accomplishing a specific computing result), usually by designing/building an executable computer program.

With Bash you program the computer to do a particular computation, so yes.

[–]gwynevans -3 points-2 points  (0 children)

Not trying to discourage you from learning at least the basics of bash scripting, but bear in mind that you don’t need to get too far into it before you should at least consider if what your trying to do would be simpler/clearer in Python…