From ba7417df7cdd5f291d8cc359c9c5450ffadff905 Mon Sep 17 00:00:00 2001 From: Luke Bratch Date: Mon, 10 Aug 2015 10:03:34 +0100 Subject: Output line break at end of line --- unixtime.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'unixtime.pl') diff --git a/unixtime.pl b/unixtime.pl index f371b0c..08a987a 100755 --- a/unixtime.pl +++ b/unixtime.pl @@ -1,4 +1,4 @@ #!/usr/bin/perl use POSIX qw( strftime ); -print strftime('%a %b %e %H:%M:%S %Z %Y', localtime( $ARGV[0] ) ); +print strftime('%a %b %e %H:%M:%S %Z %Y', localtime( $ARGV[0] ) ) . "\n"; -- cgit v1.2.3