regenerated the test output
This commit is contained in:
parent
42327ce6d1
commit
9514c71a03
@ -2101,6 +2101,24 @@ abcd
|
||||
dcba
|
||||
j
|
||||
--------------------------------------------------------------------------------
|
||||
[CMD] qseawk --newline=on -o- -f lang-044.awk lang-044.dat </dev/stdin 2>&1
|
||||
--------------------------------------------------------------------------------
|
||||
BEGIN {
|
||||
RS = "";
|
||||
}
|
||||
|
||||
{
|
||||
print (("[" $0) "]");
|
||||
}
|
||||
|
||||
[abc
|
||||
this is the second line]
|
||||
[def
|
||||
vwxyz
|
||||
this is the second second line]
|
||||
[ ttttt
|
||||
killer]
|
||||
--------------------------------------------------------------------------------
|
||||
[CMD] qseawk --newline=on -F: -f columnate.awk ./passwd.dat </dev/stdin 2>&1
|
||||
--------------------------------------------------------------------------------
|
||||
root x 0 0 root /root /bin/bash
|
||||
|
@ -2101,6 +2101,24 @@ abcd
|
||||
dcba
|
||||
j
|
||||
--------------------------------------------------------------------------------
|
||||
[CMD] qseawk -m 500000 --newline=on -o- -f lang-044.awk lang-044.dat </dev/stdin 2>&1
|
||||
--------------------------------------------------------------------------------
|
||||
BEGIN {
|
||||
RS = "";
|
||||
}
|
||||
|
||||
{
|
||||
print (("[" $0) "]");
|
||||
}
|
||||
|
||||
[abc
|
||||
this is the second line]
|
||||
[def
|
||||
vwxyz
|
||||
this is the second second line]
|
||||
[ ttttt
|
||||
killer]
|
||||
--------------------------------------------------------------------------------
|
||||
[CMD] qseawk -m 500000 --newline=on -F: -f columnate.awk ./passwd.dat </dev/stdin 2>&1
|
||||
--------------------------------------------------------------------------------
|
||||
root x 0 0 root /root /bin/bash
|
||||
|
Loading…
Reference in New Issue
Block a user