![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Rules & FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| Shell Programming and Scripting Post questions about KSH, CSH, SH, BASH, PERL, PHP, SED, AWK and OTHER shell scripts here. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| read a variable character by character, substitute characters with something else | vipervenom25 | UNIX for Dummies Questions & Answers | 2 | 06-06-2008 12:18 PM |
| bash while read how to remove \n character | papasj | Shell Programming and Scripting | 2 | 02-24-2008 08:01 AM |
| Read First Character of Each Line in File | azelinsk | Shell Programming and Scripting | 7 | 07-11-2007 05:15 PM |
| Can I read a file character by character? | murtaza | Shell Programming and Scripting | 3 | 03-29-2007 08:19 AM |
| need to read 3° character from a text file | piltrafa | UNIX for Dummies Questions & Answers | 15 | 07-26-2005 07:19 AM |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
Can i read a file character by character
How to read character by character using awk
|
| Forum Sponsor | ||
|
|
|
|||
|
what is -n1 heere in this syntax
could u explain what is "-n1" here in this syntax
|
|
|||
|
Bash has a manual page and a built-in help system.
Code:
bash$ help read ... If -n is supplied with a non-zero NCHARS argument, read returns after NCHARS characters have been read. |
|||
| Google UNIX.COM |