aboutsummaryrefslogtreecommitdiffstats
path: root/test/pipeio2.awk
diff options
context:
space:
mode:
Diffstat (limited to 'test/pipeio2.awk')
-rw-r--r--test/pipeio2.awk3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/pipeio2.awk b/test/pipeio2.awk
index 6f4f979d..a1fdd5dd 100644
--- a/test/pipeio2.awk
+++ b/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