I\'m trying to debug a bash script that involves a command of the form: VAR=$(cmd1|cmd2|cmd3) I can debug it in bashdb, using the s command, which does something like this:
I\'m implementing vector class and I need to get an opposite of some vector. Is it possible to define this method using operator overloading?