while_read.sh

Shell중급

탐색기

C40
C++40
C#40
Dart40
Go40
Java40
JavaScript40
Kotlin40
Objective-C40
Perl40
PHP40
Python40
R40
Ruby40
Rust40
Shell
초급10
중급10
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
고급10
전문가5
마스터5
Swift40
TypeScript40
while_read.sh
Click to focus
1
2
3
while IFS= read -r line; do
    echo "$line"
done < input.txt
0WPM0%0:000/61(0%)|Ln 1, Col 1
UTF-8Shell

관련 연습 문제