summaryrefslogtreecommitdiffstats
path: root/contrib/awk/test/pipeio2.awk
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/awk/test/pipeio2.awk')
-rw-r--r--contrib/awk/test/pipeio2.awk3
1 files changed, 2 insertions, 1 deletions
diff --git a/contrib/awk/test/pipeio2.awk b/contrib/awk/test/pipeio2.awk
index 6f4f979..a1fdd5d 100644
--- a/contrib/awk/test/pipeio2.awk
+++ b/contrib/awk/test/pipeio2.awk
@@ -27,7 +27,8 @@ BEGIN {
while ((com | getline fnam) > 0) {
- com_tr = "echo " fnam " | tr [0-9]. ..........."
+# com_tr = "echo " fnam " | tr [0-9]. ..........."
+ com_tr = "echo " fnam " | sed 's/[0-9]/./g'"
print "\'" com_tr "\'"
com_tr | getline nam
OpenPOWER on IntegriCloud