Developer's Daily DevDirectory
  main | apple | java | perl | unix | dev directory | web log
 
 
 
devdaily.com directory : Unix : Shells


Directory : Unix : Shells

  Options

Links
  • PS I Love You - PostScript isn't just for printers anymore. Learn how you can use it to do what you need and why it is so simple to understand.
  • Quick Lessons on Shell Programming - This article explores the programming power of the Unix shell in its various incarnations, including the Bourne Shell (sh), the Korn Shell (ksh), the C Shell (csh), the Bourne Again Shell (bash).
  • Shell Programming and Simple Menus - part 2 - In the next part, the author explains the 2 parts of the menu system: the shell script that executes the menu, and a separate "data" file that contains the menu prompts and commands to be executed.
  • Traveling Down the Unix Path - Why is it that some commands can simply be executed, while others must be ./executed? In other words, why do some commands need a dot-slash in front of them to run? Find the answers here.
  • Unix Shells FAQ - The following article answers the frequently asked questions about Unix shells, available shells, differences between them and how you can change your interactive shell.
  • Using bc, Part 1 - Here the author to illustrates the use of the bc utility, and some shell programming techniques.
  • Using Cron Basics - Cron has become several files and several programs, and at first glance it seems quite complex. Fortunately, someone was clever enough to create a simplified interface along with the new complexity.