Sign in
nest-open-source
/
nest-learning-thermostat
/
5.1
/
busybox
/
4e78bdb482363ce3d708250ad80a9b303c48ade7
/
.
/
busybox-1.19.3
/
testsuite
/
cat
/
cat-prints-a-file-and-standard-input
blob: bc92318824d707f2dc4135748bb586862aa2ab82 [
file
] [
log
] [
blame
]
echo I WANT
>
foo
echo SOMETHING
|
busybox cat foo
-
>
bar
cat
>
baz
<<
EOF
I WANT
SOMETHING
EOF
cmp bar baz