The Tutorials in this series are created using BASH 4.2.24 on Ubuntu 16.04. AWK is a language for processing text files. AWK is typically used as a data extraction and reporting tool. It is a standard feature of most Unix-like operating systems. It consists of a set of actions to be taken against streams of textual data for purposes of extracting or transforming text, for eg: producing formatted reports. The language uses the string datatype, associative arrays, and regular expressions. AWK was created at Bell Labs in the 1970s and its name is an acronym derived from the surnames of its authors—Alfred Aho, Peter Weinberger, and Brian Kernighan. Read more
Foss : Linux AWK - Manipuri
Outline: Outline: Variables and Operators in Awk -User defined variables -Variable Initialisation -Operators -String Concatenation -String matching operator -Regular expressions ..
Outline: Outline: Built-in variables record separator RS output record separator ORS number of records NR number of fields NF field separator FS output field separator OFS FILENAM..
Outline: Outline: Conditional statements in awk: What are conditional statements Syntax of conditional statements Defining the rules or conditions to be checked and corresponding action..
Outline: Outline: Loops in awk: Conditional loops in awk for loop while loop do-while loop Search pattern using awk Process data in single and multiple files using next ..
Outline: Outline: What are Arrays in awk How it is different from arrays in other programming languages Refer the elements of an array Syntax of assigning an array element The index ..
Outline: Outline: Using awk array with file Example: To calculate the HRA for all students as per a formula Scan the elements of an array New variation of "for loop" Delete statement ..
Outline: Outline: Definition of multidimensional array in awk Element is identified by a sequence of multiple indices Concatenated into a single string, with a separator between them Cr..
Outline: Outline: awk Built-in functions: Arithmetic functions sqrt(x) function int(x) function exp(x) function log(x) natural logarithm function sin(x) and cos(x..
Outline: Outline: Syntax of user defined function Syntax of function call Example to print stipend Explanation of if-else code Explanation of how to call the function Sy..
Foss : Linux AWK - Marathi
Outline: लिनक्स AWK चा आढावा awk कमांड्स बद्दल AWK प्रक्रिया AWK वर स्पोकन ट्युटोरिअल्सची झलक उपलब्ध आहे - AWK चे मूलभूत - व्हॅरिएबल्स ऑपरेटर्स - कंडिशनल स्टेटमेंट्स - लूप्स ..
Outline: awk ची ओळख Awk ची प्रारंभिक माहिती निवडीचे निकष कृती फॉरमॅटसह प्रिंटींग - printf फिल्डस आणि -F ऑप्शन रेग्युलर एक्सप्रेशन्स NR – रेकॉर्डसची संख..
Outline: Awk मध्ये व्हेरिएबल्स आणि ऑपरेटर्स - युजर डिफाइन्ड व्हेरिएबल्स - व्हेरिएबल्स आरंभिकरण - ऑपरेटर्स - स्ट्रिंग कॉंकॅटिनॅशन - स्ट्रिंग मॅचिंग ऑपरेटर - रेगुलर एक्सप्रेसशन्स ..
Outline: बिल्ट-इन व्हॅरिएबल्स रेकॉर्ड सेपरेटर RS आउटपुट रेकॉर्ड सेपरेटर ORS रेकॉर्डस् NR ची संख्या फिल्ड्स NF ची संख्या फील्ड सेपरेटर FS आउटपुट फील्ड सेपरेटर OFS FILENAME awk स्क्र..
Outline: awk मध्ये कंडिशनल स्टेटमेंट्स: कंडिशनल स्टेटमेंट्स काय आहेत कंडिशनल स्टेटमेंट्सचे सिंटॅक्स नियम किंवा अटींची तपासणी करणे आणि संबंधित क्रिया करणे if कार्यन्वित करणे else कार..
Outline: awk मध्ये लूप्स: awk मध्ये कंडिशनल लूप्स. for लूप while लूप do-while लूप awk वापरून पॅटर्न शोधणे एकल आणि एकाधिक फाईल्समध्ये डेटाची प्रक्रिया वापरण्यासाठी खालील ..
Outline: awk मध्ये एरेस काय आहेत अन्य प्रोग्रामिंग लँग्वेजमध्ये एरेसपेक्षा ते भिन्न कसे आहे एरेचे एलिमेंट पहा एरे एलिमेंट असाइन करण्याचे सिंटॅक्स awk एरेस मध्ये इंडेक्स सहयोगी एरेचे ..
Outline: फाइलसह '''awk array ''' वापरणे. उदाहरण: सूत्रानुसार सर्व विद्यार्थ्यांसाठी HRA ची गणना करण्यासाठी एरेचे एलेमेंट्स स्कॅन करणे "for loop" चे नवीन व्हेरिएशन डिलीट स्टेटमेंट ..
Outline: Awk मध्ये मल्टीडायमेन्शनल एरेची व्याख्या करणे '''element ''' एकाधिक '''indices''' च्या क्रमाने ओळखला जाणे separator सह त्यांच्या दरम्यान एकल स्ट्रिंगमध्ये एकत्रित केले जातात aw..
Outline: awk Built-in functions: अरीथमेटिक फंक्शन sqrt(x) फंक्शन int(x) फंक्शन exp(x) फंक्शन log(x) नॅच्युरल लॉगॅरिथम फंक्शन sin(x) आणि cos(x) फंक्शन्स रँडम फं..
Outline: यूजर डिफायन्ड फंक्शनचे सिंटॅक्स फंक्शन कॉलचे सिंटॅक्स stipend प्रिंट करण्यासाठी उदाहरण if-else कोड चे स्पष्टीकरण फंक्शन कसे कॉल करण्याचे स्पष्टीकरण रिटर्न स्टेट..