blob: 12423ba6e9a15aa9edae94cbcfe78cc4a17de3fa [file] [log] [blame]
Denys Vlasenko03dad222010-01-12 23:29:57 +01001echo 'test' | (read reply; echo "$reply")
2echo 'test' | (read -n 3 reply; echo "$reply")
3echo 'test' | (read -n3 reply; echo "$reply")