X
Category:
Software
sed & awk
sed & awk

sed & awk

Product ID : 36372079
4.5 out of 5 stars


Galleon Product ID 36372079
Shipping Weight 1.25 lbs
I think this is wrong?
Model
Manufacturer
Shipping Dimension 8.9 x 5.91 x 0.98 inches
I think this is wrong?
-
Save 45%
Before ₱ 3,063
1,686

*Price and Stocks may change without prior notice
*Packaging of actual item may differ from photo shown
  • Electrical items MAY be 110 volts.
  • 7 Day Return Policy
  • All products are genuine and original
  • Cash On Delivery/Cash Upon Pickup Available

Pay with

About Sed & Awk

For people who create and modify text files, sed and awk are power tools for editing. Most of the things that you can do with these programs can be done interactively with a text editor. However, using sed and awk can save many hours of repetitive work in achieving the same result.To master sed and awk you must thoroughly understand UNIX regular expressions, and understand the syntax of sed and awk commands. This handbook treats regular expressions as a foundation for learning aboutsed and awk and contains a comprehensive treatment of sed and awk syntax. It emphasizes the kinds of practical problems that sed and awk can help users to solve, with many useful example scripts and programs.Contents include: A tutorial showing basic operations of sed and awk Regular expression syntax and examples Basic and advanced sed commands Features of awk (plus gawk and nawk) Common programming constructs Advanced topics User-contributed scripts