Changes

Jump to: navigation, search

OPS235 Lab 5 - CentOS7

81 bytes added, 10:37, 4 May 2015
no edit summary
{|width="40%" align="right" cellpadding="10"
|- valign="top"
|{{Admon/tip|Bash Shell Scripting Tips:|<br><ul><li>'''Using awk to Manipulate Text:'''<br><br>Legend has it that the '''awk''' command was invented by three C programmers that wanted to create a utility in Unix that had programming syntax more like C programming (awk stands for the first letter in each person's name). People started to use the command and found it very useful for report generation and file repair or manipulation.<br><br>The command mimics a C program (, with braces '''{ } ''' that surround the action to perform based on records from a database file matching either test conditions, regular expressions, etc.<br><br><u>Example</u>:<br><br>''awk -F";" 'print {$5, $3}' data-file.txt''</li></ul>}}
|}
13,420
edits

Navigation menu