File: read.right

package info (click to toggle)
bash 5.3-2
  • links: PTS
  • area: main
  • in suites: sid
  • size: 44,432 kB
  • sloc: ansic: 134,747; sh: 8,866; yacc: 5,966; makefile: 4,697; perl: 4,105; asm: 48; awk: 23; sed: 16
file content (108 lines) | stat: -rw-r--r-- 1,317 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
a.
-a-b-
-a-b -
-a  b-
-a  b-
-a-b\-
-a  b\-
-\-a  b\-
-\ a  b\-
-\-a  b\-
-\ a  b\-
argv[1] = <abc>
argv[1] = <abc\>
argv[1] = <^A>
argv[1] = <^A>
argv[1] = <^?>
argv[1] = <^?>
argv[1] = <abcd>
1: x[A] y[B] z[]
1a:
2: x[A B]
[A B ]
[ A B ]
==aa==
====
====
argv[1] = < foo>
argv[1] = < foo>
argv[1] = <foo>
argv[1] = < foo>
argv[1] = <foo>
argv[1] = <foo>
argv[1] = < foo>
./read.tests: line 101: b: readonly variable
a = a b = c = stat = 2
a = abcdefg
xyz
a = xyz
a = -xyz 123-
a = abc
<A>
<$'B\315'>
<$'C\226'>
<A>
<$'B\315'>
<$'C\226'>
<winter>
<spring>
<$'summer\200apple\200banana\200cherry'>
<automn>
<winter>
<$'spring\375'>
<summer>
<automn>
timeout 1: ok
unset or null 1
timeout 2: ok
unset or null 2
timeout 3: ok
unset or null 3
./read2.sub: line 45: read: -3: invalid timeout specification
1

abcde
abcde
abcde
./read3.sub: line 17: read: -1: invalid number
abc
defg
ab
abc
#
0
while read -u 3 var
do
echo "$var"
done 3<$0
argv[1] = <>
argv[1] = <>
argv[1] = <>
FOO
argv[1] = <>
argv[1] = <3>
argv[1] = <>
argv[2] = <>
argv[3] = <>
FOO
0 0 0
0
0
1
timeout 1: ok
unset or null 1
timeout 2: ok
unset or null 2
timeout 3: ok
unset or null 3
timeout 4: ok
abcde
abcde

one
two three four
one
two three four
IFS=[,] var=[abc] rest=[def,ghi]
IFS=[] var=[abc] rest=[def,ghi]
IFS=[ ] var=[  abc] rest=[def,ghi ]