|
|
|
|
|
by bjornjajayaja
1899 days ago
|
|
Honestly one could argue that DOS has some merit beyond Unix. It’s simple command line interface expects users will program in other languages like C or assembly. It’s more directly interaction with the machine. Sure it had limitations like file name lengths etc back in the day, but I think many Unix shells are overly complex and ought to yield to more suitable languages like Perl. |
|
There's been a few attempts at this, but I settled on the fish shell as it has a good balance and syntax highlighting for interactivity.
I still write simple scripts in sh and complex ones in Python however.