Files
bash/tests/cprint1.sub
T
2011-12-07 09:07:47 -05:00

49 lines
711 B
Plaintext

a()
{
cat <<-'+' | tr "\t" " " | tr -s " "
cat - | utkSort
itkSchemaToColumnType
atkCacheToColumnType \"$npName\" | atkActiveTableLineSelect
| utkSort
atkCacheToColumnType \"$npName\" |
atkTransactionTableLineSelect | utkSort
itkDirToColumnType \"$dirName\" | atkActiveTableLineSelect |
utkSort
itkDirToColumnType \"$dirName\" | atkActiveTableLineSelect |
utkSort
+
}
type a
b()
{
cat /etc/passwd | cat - <<-'+' | tr -s " "
more
passwords
from
the
file
+
}
type b
c()
{
cat /etc/passwd | tr -s " " | cat - <<-'+' | cat - <<-'foo'
more
passwords
from
the
file
+
last
bunch
of
words
foo
}
type c