Unix programming?

Home Forums Decaffeinated Coffee Unix programming?

Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #600518
    Jothar
    Member

    What is the best shell for unix programming? What’s the functional difference between them? Thanks.

    #826541
    flowers
    Participant

    You can post questions about KSH, CSH, SH, BASH, PERL, PHP, SED, AWK and OTHER Unix shell scripts and shell scripting languages here:

    http://www.unix.com/shell-programming-scripting/

    #826542
    Sabzi
    Member

    i like nano.. its simple and clean…. most will agree though that vim has the most features

    #826543
    Pashuteh Yid
    Member

    Grep

    Awk

    That’s about all I know about Unix.

    #826544

    I’m hardly an expert in these things as I’ve only recently gotten into learning Linux and friends. ICOT probably knows the answer best, but as far as I know, in terms of LINUX based shells, Ubuntu is currently using the Unity shell, but supposedly GNOME 3 is better. I haven’t noticed much of a difference, but as I said, I’m no boki.

    #826545
    MDG
    Participant

    It’s been a while for me, but I liked bash.

    #826546
    ItcheSrulik
    Member

    I’m currently writing Unix shell scripts in my internship. Bash is the best shell because a) It’s the most popular b) it’s the most portable i.e. things written for bash are much more likely to work in most other shells than things written in, for example ksh.

    DH: GNOME 3 and Unity are desktop interfaces, not UNIX shells.

    #826547

    Derech HaMelech-

    Thank you for the kind words, but I’m afraid I know nothing about Unix (or the Mac, for that matter). I’m strictly a Windows guy. Sorry 🙁

    (I do know that the computer-related one is spelled with a “U” not an “E” ?)

    #826548
    Avram in MD
    Participant

    I have liked bash shell.

    I have had some problems with CSH… for example, you can’t redirect STDERR to files or /dev/null in the way you can with Bourne-type shells like bash.

    #826549

    IS:I read this on Wikipedia and assumed that it was the same:

    A Unix shell is a command-line interpreter or shell that provides a traditional user interface for the Unix operating system and for Unix-like systems…Graphical user interfaces for Unix, such as GNOME, KDE, and Xfce are often called visual or graphical shells.

    But I guess they aren’t the same. I only just recently started dipping my toes into the non-windows waters. So I didn’t know there was a difference.

    #826550
    Jothar
    Member

    Thanks everyone! Next questions- which distro, and vim or emacs?

Viewing 11 posts - 1 through 11 (of 11 total)
  • You must be logged in to reply to this topic.