mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-08-06 18:22:25 +02:00
Bash-4.2 distribution sources and documentation
This commit is contained in:
@@ -80,3 +80,19 @@ qux
|
||||
|
||||
bar
|
||||
qux
|
||||
foo is a function
|
||||
foo ()
|
||||
{
|
||||
rm -f a b c;
|
||||
for f in a b c;
|
||||
do
|
||||
cat >> ${f} <<-EOF
|
||||
file
|
||||
EOF
|
||||
|
||||
done
|
||||
grep . a b c
|
||||
}
|
||||
a:file
|
||||
b:file
|
||||
c:file
|
||||
|
||||
Reference in New Issue
Block a user