Tutorial on developing Linux command-line utilities [developerWorks]
Jul 15, 2002 — by LinuxDevices Staff — from the LinuxDevices Archive — 1 viewsThis tutorial at IBM's developerWorks website gives you good background to start writing Linux command-line utilities. It covers solid command-line best practices and also includes a comprehensive tour of a working page-selection tool. It is modeled on de facto conventions for creating commands in Linux, including: working standalone, working as a component in a pipeline of commands (by reading either… standard input or a filename argument, and writing to standard output and standard error), and taking command line options that modify its behavior.
This article was originally published on LinuxDevices.com and has been donated to the open source community by QuinStreet Inc. Please visit LinuxToday.com for up-to-date news and articles about Linux and open source.