# |
Date |
Size |
|
Editor |
Comment |
Action |
49 |
2012-12-15 13:46:42 |
7469 |
to previous |
82-137-10-99 |
|
view |
48 |
2012-03-22 11:40:30 |
7460 |
to previous |
84-73-54-61 |
Simpler Bash redirection |
view |
47 |
2011-10-27 19:19:43 |
7485 |
to previous |
GreyCat |
link to FileDescriptor |
view |
46 |
2011-10-27 19:13:40 |
7486 |
to previous |
GreyCat |
some clean-up |
view |
45 |
2011-06-27 13:23:17 |
7251 |
to previous |
GreyCat |
Split off "don't read lines with for" |
view |
44 |
2011-06-22 02:16:13 |
8720 |
to previous |
GreyCat |
various small changes |
view |
43 |
2011-05-26 12:36:39 |
8581 |
to previous |
GreyCat |
Since sbl-eh4-rp1 overlooked the fact there was *already* a "missing newline" section, merge them and mark in BIG LETTERS. And other stuff. |
view |
42 |
2011-05-26 11:31:39 |
8733 |
to previous |
sbl-eh4-rp1 |
mention about trailing characters after last line |
view |
41 |
2011-04-03 16:19:21 |
8349 |
to previous |
192 |
|
view |
40 |
2010-11-21 22:17:30 |
8346 |
to previous |
host81-141-90-100 |
zumbi - add example for avoiding comments |
view |
39 |
2010-11-17 19:07:03 |
8172 |
to previous |
GreyCat |
that's already in FAQ 89, but I'll let it stand.... |
view |
38 |
2010-11-17 16:57:34 |
7902 |
to previous |
acubed1 |
added section on how to avoid a program in the loop eating input |
view |
37 |
2010-09-27 13:35:21 |
7058 |
to previous |
GreyCat |
unset IFS vs blank IFS |
view |
36 |
2010-04-14 21:41:48 |
7041 |
to previous |
GreyCat |
caught another sentence with a typo... |
view |
35 |
2010-04-14 21:38:38 |
7061 |
to previous |
GreyCat |
More links, simplify/clean up language, remove array-stuffing examples (that's what 005 is for) |
view |
34 |
2010-04-14 20:28:14 |
7913 |
to previous |
GreyCat |
|
view |
33 |
2010-01-21 09:36:25 |
7982 |
to previous |
Lhunath |
Add some more info, warnings and clean out dangerous methods. |
view |
32 |
2010-01-06 02:35:00 |
7843 |
to previous |
206-248-139-163 |
Added here document example |
view |
31 |
2009-12-29 17:15:41 |
7678 |
to previous |
MatthiasPopp |
|
view |
30 |
2009-12-21 16:50:40 |
7655 |
to previous |
GreyCat |
|
view |
29 |
2009-12-21 13:48:10 |
7657 |
to previous |
GreyCat |
why IFS=$'\n' backfires |
view |
28 |
2009-12-21 10:26:07 |
7085 |
to previous |
s5591aacb |
|
view |
27 |
2009-07-10 21:05:45 |
6660 |
to previous |
localhost |
|
view |
26 |
2009-06-11 17:33:20 |
6556 |
to previous |
localhost |
typo |
view |
25 |
2009-06-11 17:32:21 |
6552 |
to previous |
localhost |
Added -r to EVERY example; changed array population example from IFS=$O to IFS=$oIFS for readability (too similar to 0). [ ferret can't be bothered to login ] |
view |
24 |
2009-03-03 12:11:36 |
6575 |
to previous |
localhost |
added how to use tab as IFS |
view |
23 |
2009-02-13 19:17:14 |
6532 |
to previous |
NeilMoore |
noeol files: check whether $line was non-empty |
view |
22 |
2008-11-22 20:55:50 |
6294 |
to previous |
GreyCat |
a bit more explicit up front. also, adhere to my new made-up standard in preparation for possible main-page change. |
view |
21 |
2008-11-22 14:08:34 |
6020 |
to previous |
localhost |
converted to 1.6 markup |
view |
20 |
2008-10-06 23:04:39 |
6014 |
to previous |
GreyCat |
link to ProcessSubstitution and SubShell |
view |
19 |
2008-10-06 18:11:41 |
6028 |
to previous |
137 |
|
view |
18 |
2008-10-06 17:39:49 |
6054 |
to previous |
137 |
Added example of reading a file into an array using a loop |
view |
17 |
2008-10-06 17:35:54 |
6074 |
to previous |
137 |
|
view |
16 |
2008-10-06 17:32:06 |
5812 |
to previous |
137 |
Added example that shows that empty lines are lost when reading a file into an array using the ($(<file)) method |
view |
15 |
2008-09-24 17:50:54 |
5381 |
to previous |
GreyCat |
add warning about globs in the array-stuffing examples |
view |
14 |
2008-05-08 23:12:53 |
4974 |
to previous |
GreyCat |
#faqNN -> /0NN |
view |
13 |
2008-02-12 14:55:29 |
4983 |
to previous |
GreyCat |
link to #5 |
view |
12 |
2007-11-30 02:49:33 |
4967 |
to previous |
GreyCat |
change internal FAQ links so they work even when reading the page separately |
view |
11 |
2007-10-12 04:14:54 |
4935 |
to previous |
216-12-86-13 |
Simplify examples and note that "read -r" is posix not a bashism. |
view |
10 |
2007-09-04 15:11:27 |
4944 |
to previous |
GreyCat |
fix the most recently added example |
view |
9 |
2007-09-02 23:33:36 |
4657 |
to previous |
c-24-19-17-243 |
Warn about files that lack an ultimate newline. |
view |
8 |
2007-08-28 09:33:44 |
4211 |
to previous |
177 |
adding comment suggesting how to iterate over a variable |
view |
7 |
2007-05-02 22:44:17 |
4153 |
to previous |
redondos |
|
view |
6 |
2007-05-02 22:44:05 |
4011 |
to previous |
redondos |
|
view |
5 |
2007-05-02 22:34:09 |
4153 |
to previous |
190-48-43-152 |
|
view |
4 |
2007-05-02 22:15:15 |
667 |
to previous |
redondos |
|
view |
3 |
2007-05-02 19:03:02 |
4218 |
to previous |
redondos |
Added anchor as per ToC |
view |
2 |
2007-05-02 18:47:09 |
4159 |
to previous |
redondos |
Fixed link to FAQ #20, the syntax was less intuitive than I thought. |
view |
1 |
2007-05-02 18:44:03 |
4150 |
|
redondos |
creation |
view |