با استفاده از روشهای زیر میتوانید این صفحه را با دوستان خود به اشتراک بگذارید.
sed & awk Second Edition
کتاب sed & awk
خرید کتاب زبان اصلی | کاغذ تحریر | سایز اصلی کتاب | چاپ سیاه و سفید | صحافی جلد نرم
برخلاف بسیاری از زبانهای مرسوم، awk «داده محور» است — شما مشخص میکنید که به چه نوع دادههایی علاقه دارید و عملیاتی که باید هنگام یافتن آن داده انجام شود. awk کارهای زیادی را برای شما انجام می دهد، از جمله باز کردن و بستن خودکار فایل های داده، خواندن رکوردها، شکستن رکوردها به فیلدها و شمارش رکوردها.
۳۹۰,۰۰۰ تومانقیمت اصلی ۳۹۰,۰۰۰ تومان بود.۳۲۰,۰۰۰ تومانقیمت فعلی ۳۲۰,۰۰۰ تومان است.
sed & awk describes two text processing programs that are mainstays of the UNIX programmer’s toolbox.sed is a “stream editor” for editing streams of text that might be too large to edit as a single file, or that might be generated on the fly as part of a larger data processing step. The most common operation done with sed is substitution, replacing one block of text with another.awk is a complete programming language.
Unlike many conventional languages, awk is “data driven” — you specify what kind of data you are interested in and the operations to be performed when that data is found. awk does many things for you, including automatically opening and closing data files, reading records, breaking the records up into fields, and counting the records.
While awk provides the features of most conventional programming languages, it also includes some unconventional features, such as extended regular expression matching and associative arrays. sed & awk describes both programs in detail and includes a chapter of example sed and awk scripts.This edition covers features of sed and awk that are mandated by the POSIX standard
. This most notably affects awk, where POSIX standardized a new variable, CONVFMT, and new functions, toupper() and tolower(). The CONVFMT variable specifies the conversion format to use when converting numbers to strings (awk used to use OFMT for this purpose). The toupper() and tolower() functions each take a (presumably mixed case) string argument and return a new version of the string with all letters translated to the corresponding case.In addition, this edition covers GNU sed, newly available since the first edition. It also updates the first edition coverage of Bell Labs nawk and GNU awk (gawk), covers mawk, an additional freely available implementation of awk, and briefly discusses three commercial versions of awk, MKS awk, Thompson Automation awk (tawk), and Videosoft (VSAwk).
لطفا پیش از ارسال نظر، خلاصه قوانین زیر را مطالعه کنید:
فارسی بنویسید و از کیبورد فارسی استفاده کنید. بهتر است از فضای خالی (Space) بیشازحدِ معمول، شکلک یا ایموجی استفاده نکنید و از کشیدن حروف یا کلمات با صفحهکلید بپرهیزید.
نظرات خود را براساس تجربه و استفادهی عملی و با دقت به نکات فنی ارسال کنید؛ بدون تعصب به محصول خاص، مزایا و معایب را بازگو کنید و بهتر است از ارسال نظرات چندکلمهای خودداری کنید.
بهتر است در نظرات خود از تمرکز روی عناصر متغیر مثل قیمت، پرهیز کنید.
به کاربران و سایر اشخاص احترام بگذارید. پیامهایی که شامل محتوای توهینآمیز و کلمات نامناسب باشند، حذف میشوند.
اولین کسی باشید که دیدگاهی می نویسد “sed & awk Second Edition” لغو پاسخ
برای ثبت دیدگاه، لازم است ابتدا وارد حساب کاربری خود شوید. اگر این محصول را قبلا از این فروشگاه خریده باشید، دیدگاه شما به عنوان مالک محصول ثبت خواهد شد.
نقد و بررسیها0
جدیدترین
مفیدترین
دیدگاه خریداران
هنوز بررسیای ثبت نشده است.
پرسش و پاسخکتاب sed & awk Second Edition
هیچ پرسشی یافت نشد
برای ثبت پرسش، لازم است ابتدا وارد حساب کاربری خود شوید
نقد و بررسیها0
هنوز بررسیای ثبت نشده است.