In the book.. i read... what does this mean?


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers In the book.. i read... what does this mean?
# 1  
Old 08-29-2008
In the book.. i read... what does this mean?

AWK&SED oreilly book:
Quote:
Awk, in the usual case, interprets each input line as a record and each word on that line, delimited by
spaces or tabs, as a field. (These defaults can be changed.)
Before text AWK is said that programming language... in that context, what it be if defaults would be changed. What is the special meaning of record or field?
# 2  
Old 08-29-2008
In all language you have at some time have to accept data, do something with it, or write...
Those data can be in files...
And so you learn instructions to read or write...
But when you say read, what do you actually read? A record!
An a record can be 1 or more fields,
How to differentiate the fields? by delimiters...

If you were to speak SQL you would talk of rows and columns...

Last edited by vbe; 08-29-2008 at 09:49 AM.. Reason: Addendum
 
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. What is on Your Mind?

Daemon by Daniel Suarez - Who has not read or listened to this book?

Who has not read or listened to this book? For those who read Daemon, what did you think? https://www.unix.com/members/1-albums221-picture889.jpg (0 Replies)
Discussion started by: Neo
0 Replies

2. Programming

Question regarding a book for C++

Hi all. A course I am has Beginning C prescribed for our C++ work, but I am wondering, is this correct? Why not Beginning C++ by the same author? We code in C++ and learn C++, when starting a project in Code::Blocks we select C++. I may just be confused. Thanks for the help. (1 Reply)
Discussion started by: AnthonyWall56
1 Replies

3. Programming

Programming book should every programmer read?

hi, i want some advice on a programming book should every programmer read? (2 Replies)
Discussion started by: kaja
2 Replies

4. Red Hat

Linux book

Hi, Can any one suggest me which book will be good for learning Linux server admin. I am new to it and trying for interview preparation. Thanks (2 Replies)
Discussion started by: chetansingh23
2 Replies

5. UNIX for Dummies Questions & Answers

Book reference

hello I am looking for book reference far Linux books that have information that is up to date. Example: Running Linux, O`Reilly, year 1995. Or Linux Administration, A beginners guide, 5`th ed, Mc Graw Hill Osbourn, year 2009. Thank you (2 Replies)
Discussion started by: cowLips
2 Replies

6. What is on Your Mind?

looking for a book suggestion

On the basic concepts of programming. I mean I am 100% self taught so I need a book to fix all my bad habits and misconceptions. I mean I want a solid book over the basics. Explains what an array is, a string, variable, stacks, and so forth. I only know how to write code in shell,... (7 Replies)
Discussion started by: tlarkin
7 Replies

7. Shell Programming and Scripting

Book Recomendation

What would be a good starter's book for learning Korn shell scripting? (1 Reply)
Discussion started by: soupbone38
1 Replies

8. UNIX for Dummies Questions & Answers

Unix Book

OK Guys! I need a top of the line unix system administration book for newbies! help! thanks (1 Reply)
Discussion started by: disturbe_d
1 Replies

9. Solaris

e-book

Hi everybody I a new one And I have just wanted to research on Sun Solaris So can you help me what e-book to read ( and if can you give me the direct address to load ) Thks so much (3 Replies)
Discussion started by: iwbasts
3 Replies
Login or Register to Ask a Question