Just to be clear, and I think others have mentioned this, but bash isn't a programming language...it's a scripting language. Two vastly different domains...Python kinda straddles that but usually it's a clear deviation between the two. You wouldn't use bash to provide a complex gui, and you wouldn't use C to copy some files...You can, but that's on you then ;)
For further actions, you may consider blocking this person and/or reporting abuse
We're a place where coders share, stay up-to-date and grow their careers.
Just to be clear, and I think others have mentioned this, but bash isn't a programming language...it's a scripting language. Two vastly different domains...Python kinda straddles that but usually it's a clear deviation between the two. You wouldn't use bash to provide a complex gui, and you wouldn't use C to copy some files...You can, but that's on you then ;)