while_read.sh

Shell中級

Explorer

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

関連する練習問題