OILS / spec / testdata / ysh-read-3.sh View on Github | oilshell.org

4 lines, 3 significant
1
2mkdir -p ./dir
3read --line < ./dir
4echo status=$?