Skip to content
Advertisement

Tag: curly-braces

Curly braces in os.system on python

In the linux terminal i can delete all files from directory including hidden ones with: I’m trying to run the following command via os.system in python: this will exit without any error (exit code 0) but do not delete nothing. I understand here probably the curly braces have a special meaning but trying {*,.*} will not change nothing. Wondering what

Advertisement