|
|
|
|
|
by UNIXgod
4548 days ago
|
|
Yeah UNIX philosophy rocks! It's weird that they want a system shell and it not be POSIX. I don't need support for index arrays in a system shell interpreter. Even erlang can be a shell and wrap around the system toolset making your basic shell scripts work concurrently. For everyday usage the core ash shell is perfect for scripting and zsh csh or korn for interactive usage. |
|
In my experience, most people have great difficulty correctly writing a simple loop to renames a set of files in a directory. I sumultaneously appreciate UNIX philosophy, and think the shell can be much improved by moving away from POSIX.