ADMIN - Explore the new world of system administration! Special introductory offer! Order by September 30th to save 10% off the regular subscription price! Each issue delivers technical solutions to the real-world problems you face every day. Learn the latest techniques for better:
network security
system management
troubleshooting
performance tuning
virtualization
cloud computing
on Windows, Linux, Solaris, and popular varieties of Unix.
An up-to-date look at free software and its makers
PROJECTS
ON THE MOVE
Author(s): OLIVER FROMMEL, MARTIN LOSCHWITZ
Redet helps you create regular expressions, and solving Go problems is a good way to relax. We also examine the latest events at Debian, including recent talk about the GNU Free Documentation License.
Perhaps no innovation of the Unix environment has been more influential than regular expressions. Regular expressions really do give you a world of opportunities, if you know what you are doing. You can use regular expressions to define filters and simplify searches. Regular expressions are supported by a great variety of Linux programs, such as the popular Emacs, Vi, and Nedit editors, and even Open-Office Writer. And if you use scripting to process text files, you’ll find no genuine alternative to regular expressions. Help for Regular Expressions On the downside, composing complex search patterns with regular expressions is an error-prone process. Conceptual searches boil down to cryptic shorthand, and various dialects handle details differently, forcing programmers to put more effort into testing. The Redet [1] tool can help you compile regular expressions without advanced knowledge of the shorthand (Figure 1). The program supports interactive testing based on a variety of tools, and it can give you ready-to-use regular expressions.
Get 3 Issues + 3 DVDs for the price of a single issue!
Let Linux Magazine's hands-on, technical articles guide you in your daily Linux use. Check out bonus DVDs like Ubuntu, SUSE, or Fedora and save the download.
Only available for a limited time. Don't miss out!
Comments