From 0c027467efe5f8a29a233613ec644092670e8b2a Mon Sep 17 00:00:00 2001 From: Nils Dagsson Moskopp Date: Sun, 30 Oct 2016 13:17:11 +0100 Subject: + test case for printf sequences in filenames --- printf/default.do | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 printf/default.do (limited to 'printf/default.do') diff --git a/printf/default.do b/printf/default.do new file mode 100644 index 0000000..3a7bfb6 --- /dev/null +++ b/printf/default.do @@ -0,0 +1,2 @@ +#!/bin/sh +printf '$1:\t%s\n$2:\t%s\n$3:\t%s\n' ${1} ${2} ${3} -- cgit v1.2.3