repo.or.cz
/
bash.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Patch-ID: bash40-021
[bash.git]
/
examples
/
functions
/
shcat
blob
c5d3d630b08fcaa4326212b2ba51045be9329d52
1
shcat()
2
{
3
while read -r line
4
do
5
echo "$line"
6
done
7
}