while_read.sh
Shell•Intermediate
Explorer
C40
C++40
C#40
Dart40
Go40
Java40
JavaScript40
Kotlin40
Objective-C40
Perl40
PHP40
Python40
R40
Ruby40
Rust40
Shell
Beginner10
Intermediate10
if_statement.sh
for_loop.sh
while_read.sh
case_statement.sh
function_def.sh
arithmetic.sh
test_conditions.sh
array_loop.sh
default_value.sh
here_doc.sh
Advanced10
Expert5
Master5
Swift40
TypeScript40
while_read.sh
Click to focus
1
2
3
while IFS= read -r line; do↵
echo "$line"↵
done < input.txt
0WPM•0%•0:00•0/61(0%)|Ln 1, Col 1
UTF-8•Shell